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
17 changes: 17 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

coverage:
status:
project:
default:
# Coverage checks are advisory only - never block CI
informational: true
# Only flag if overall project coverage drops below 80%
target: 80%
# Ignore drops of 1% or less (noise from small changes)
threshold: 1%
patch:
default:
# Coverage checks are advisory only - never block CI
informational: true
# Only flag if less than 80% of new/changed lines are covered
target: 80%

ignore:
# ignore generated QT files
- "**tank/authentication/ui/login_dialog.py"
Expand Down
Loading