Skip to content

Commit

Permalink
Update codecov status check settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jul 7, 2024
1 parent 6bde35d commit 2f23b6b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .config/.codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,24 @@
ignore:
- "spec/"
- "*_spec.rb"

# https://docs.codecov.com/docs/commit-status
coverage:
status:
default_rules:
# Don't send status checks that don't have flag coverage uploaded
flag_coverage_not_uploaded_behavior: exclude
project:
default:
target: 100%
threshold: 0
informational: true
if_not_found: failure
only_pulls: true
patch:
default:
target: 100%
threshold: 0
informational: true
if_not_found: failure
only_pulls: true

0 comments on commit 2f23b6b

Please sign in to comment.