Skip to content

Commit 1fd8940

Browse files
committed
ci: fix coveralls
1 parent d00fdff commit 1fd8940

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

.github/codecov.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ coverage:
88
target: 80%
99
threshold: 5% # How much the coverage can decrease.
1010
paths:
11-
- "!.github/"
12-
13-
# The patch itself (i.e. the modified lines) must be 80% covered by tests
14-
# for the `codecov/patch` check to succeed.
15-
patch:
16-
default:
17-
target: 80%
18-
threshold: 5%
19-
paths:
20-
- "!.github/"
21-
informational: true
11+
- "src"
12+
# advanced settings
13+
branches:
14+
- main
15+
informational: false
16+
only_pulls: false

0 commit comments

Comments
 (0)