mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
ci: make codecov informational
This commit is contained in:
parent
59ff1fb289
commit
7148cb8c00
1 changed files with 9 additions and 3 deletions
12
.github/codecov.yml
vendored
12
.github/codecov.yml
vendored
|
|
@ -1,8 +1,14 @@
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project: yes
|
project:
|
||||||
patch: no
|
default:
|
||||||
changes: no
|
informational: true
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
|
changes:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- "**/main.rs"
|
- "**/main.rs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue