Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
codecov:
branch: main
require_ci_to_pass: yes
require_ci_to_pass: false # Check coverage even if the tests fail
notify:
wait_for_ci: yes
wait_for_ci: true

coverage:
range: 80...100
Expand All @@ -21,5 +21,5 @@ comment:
# already exists, and a newer commit results in no coverage change for the
# entire pull, the comment will be deleted.
require_changes: true
require_base: yes # must have a base report to post
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
Loading