We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d720136 commit efa740dCopy full SHA for efa740d
.codecov.yml
@@ -1,8 +1,8 @@
1
codecov:
2
branch: main
3
- require_ci_to_pass: yes
+ require_ci_to_pass: false # Check coverage even if the tests fail
4
notify:
5
- wait_for_ci: yes
+ wait_for_ci: true
6
7
coverage:
8
range: 80...100
@@ -22,5 +22,5 @@ comment:
22
# already exists, and a newer commit results in no coverage change for the
23
# entire pull, the comment will be deleted.
24
require_changes: true
25
- require_base: yes # must have a base report to post
26
- require_head: yes # must have a head report to post
+ require_base: true # must have a base report to post
+ require_head: true # must have a head report to post
0 commit comments