Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
codecov:
require_ci_to_pass: true
notify:
wait_for_ci: true

coverage:
precision: 2
round: down
range: "70...100"

status:
project:
default:
target: 85%
threshold: 1%
if_ci_failed: error

patch:
default:
target: 85%
threshold: 1%
if_ci_failed: error

flags:
unittests:
paths:
- ibutsu_client/
carryforward: true
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (testing): Review whether 'carryforward: true' for flags aligns with your CI workflow.

This setting may hide gaps in coverage for new changes if flags are not consistently present.


comment:
layout: "header, diff, flags, files, footer"
behavior: default
require_changes: false

ignore:
- "test/"
- "docs/"
- "*.md"
- "setup.py"
Loading