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 a07c660 commit 0acf550Copy full SHA for 0acf550
.github/codecov.yml
codecov.yml
@@ -3,12 +3,19 @@ coverage:
3
patch:
4
default:
5
target: auto
6
- after_n_builds: 10 # Wait for all 10 reports before updating the status
7
project:
8
9
10
threshold: 0.1
11
- after_n_builds: 2 # Wait for all 10 reports before updating the status
12
-comment: false
+codecov:
+ notify:
+ after_n_builds: 10 # Wait for all 10 reports before updating the status
13
+ wait_for_ci: yes
14
+comment:
15
+ layout: "diff, files"
16
+ behavior: default
17
+ require_changes: true # if true: only post the comment if coverage changes
18
+ branches: # branch names that can post comment
19
+ - "main"
20
github_checks:
- annotations: false
21
+ annotations: false
0 commit comments