Skip to content

Commit aeb4d4a

Browse files
authored
Move codecov.yml into .github directory and increase coverage target to 90 percent (#998)
* Move codecov configuration file into .github directory One less configuration file to see in the top level directory. See https://docs.codecov.io/docs/codecov-yaml#can-i-name-the-file-codecovyml * Increase code coverage target to 90%
1 parent 52dbd7a commit aeb4d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codecov.yml renamed to .github/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage:
66
status:
77
patch:
88
default:
9-
target: '80'
9+
target: '90'
1010
if_no_uploads: error
1111
if_not_found: success
1212
if_ci_failed: failure

0 commit comments

Comments
 (0)