Skip to content

Commit

Permalink
ci: configuration for codecov to avoid incorrect flag of failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit committed Jul 13, 2024
1 parent 0b96f19 commit 226fa11
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
codecov:
require_ci_to_pass: true

comment:
behavior: default
layout: reach,diff,flags,tree,reach
show_carryforward_flags: false

coverage:
precision: 2
round: down
status:
changes: false
default_rules:
flag_coverage_not_uploaded_behavior: include

patch:
default:
base: auto
branches:
- ^develop$
if_ci_failed: ignore
only_pulls: true
target: 85%
threshold: 1%

project:
default:
base: auto
threshold: 20%

github_checks:
annotations: true

0 comments on commit 226fa11

Please sign in to comment.