Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit ffc89d1

Browse files
xabxxjuanrh
authored andcommitted
enforce code coverage to not drop below baseline code coverage
1 parent 23a4f90 commit ffc89d1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage:
2+
status:
3+
# doc: https://docs.codecov.io/docs/commit-status
4+
project:
5+
default:
6+
# will use the coverage from the base commit (pull request base or parent commit) coverage to compare against.
7+
target: auto
8+
threshold: null
9+
# will use the pull request base if the commit is on a pull request. If not, the parent commit will be used.
10+
base: auto

0 commit comments

Comments
 (0)