Skip to content

Commit

Permalink
chore: update codecov.yml (#1120)
Browse files Browse the repository at this point in the history
See
#1078 (review)

Frankly, I'm always cautious when working with configuration files that
can only be fully validated after merging and opening a new PR.
I've consulted the documentation and also referenced popular codecov
files from other repositories for guidance.

Reference: https://docs.codecov.com/docs/codecovyml-reference
  • Loading branch information
moul committed Sep 14, 2023
1 parent 6190894 commit bee921e
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
codecov:
require_ci_to_pass: no
require_ci_to_pass: false
require_changes: true
notify:
wait_for_ci: no
wait_for_ci: false

ignore:
- misc

comment: false # will use it later.
comment:
require_changes: true

coverage:
#range: 50..100
round: down
precision: 2
status:
project: off
patch: off
project:
default:
target: auto
threshold: 0.5%
#informational: true
patch:
default:
target: auto
changes:

flags:
default_rules:
Expand Down

0 comments on commit bee921e

Please sign in to comment.