Skip to content

Commit 684edbd

Browse files
committed
feat: Update codecov.yml
1 parent c5c8d99 commit 684edbd

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.codecov.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
codecov:
2-
require_ci_to_pass: false
2+
require_ci_to_pass: no
33
coverage:
4-
range: 60..100 # set a high standard for ourselves
4+
range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code
5+
status:
6+
project: # settings affecting project coverage
7+
enabled: yes
8+
target: auto # auto % coverage target
9+
threshold: 5% # allow for 5% reduction of coverage without failing
10+
# do not run coverage on patch nor changes
11+
patch: no
12+
changes: no
513
ignore:
614
- "src/bin" # don't consider binaries in coverage report
715
- "src/api" # Ignore autogenerated api

0 commit comments

Comments
 (0)