Other files ignored by Codecov
src/test/globalSetup.test.ts
has changed.
Files | Coverage |
---|---|
src | 68.70% |
Project Totals (371 files) | 68.70% |
1 |
# To validate:
|
2 |
# cat codecov.yml | curl --data-binary @- https://codecov.io/validate
|
3 |
|
4 |
codecov: |
5 |
notify: |
6 |
require_ci_to_pass: no |
7 |
|
8 |
coverage: |
9 |
precision: 2 |
10 |
round: down |
11 |
range: '70...100' |
12 |
|
13 |
status: |
14 |
project: |
15 |
default: |
16 |
threshold: 1 |
17 |
informational: true |
18 |
patch: no |
19 |
changes: no |
20 |
|
21 |
comment: off |
22 |
|
23 |
github_checks: |
24 |
annotations: false |