mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 13:48:55 +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:
|
||||
status:
|
||||
project: yes
|
||||
patch: no
|
||||
changes: no
|
||||
project:
|
||||
default:
|
||||
informational: true
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
changes:
|
||||
default:
|
||||
informational: true
|
||||
|
||||
ignore:
|
||||
- "**/main.rs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue