Skip to content

Commit 0acf550

Browse files
authored
Remove duplicate codecov configuration (#3211)
* Remove duplicate codecov configuration * Lint * Use auto target
1 parent a07c660 commit 0acf550

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

.github/codecov.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

codecov.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@ coverage:
33
patch:
44
default:
55
target: auto
6-
after_n_builds: 10 # Wait for all 10 reports before updating the status
76
project:
87
default:
98
target: auto
109
threshold: 0.1
11-
after_n_builds: 2 # Wait for all 10 reports before updating the status
12-
comment: false
10+
codecov:
11+
notify:
12+
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"
1320
github_checks:
14-
annotations: false
21+
annotations: false

0 commit comments

Comments
 (0)