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
24 changes: 24 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto

# Coverage runs only on pushes to main/next, and only when the pushed diff
# actually needs the test lanes (scripts/ci/lanes.ts). A push that narrows to
# e.g. docs or release metadata skips the whole test job and uploads nothing,
# which otherwise leaves that commit - and the repo-level badge, when it lands
# on the default branch - with no report at all. Carryforward reuses each
# flag's last real upload for those commits instead of showing no coverage.
flag_management:
default_rules:
carryforward: false
individual_flags:
- name: unit
carryforward: true
- name: webgl
carryforward: true
Loading