Skip to content

Commit 30b7497

Browse files
committed
Remove duplicate codecov configuration
1 parent a07c660 commit 30b7497

2 files changed

Lines changed: 13 additions & 21 deletions

File tree

.github/codecov.yml

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

codecov.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@ coverage:
22
status:
33
patch:
44
default:
5-
target: auto
6-
after_n_builds: 10 # Wait for all 10 reports before updating the status
5+
target: 100
76
project:
87
default:
9-
target: auto
8+
target: 100
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)