ci: make codecov informational

This commit is contained in:
Boshen 2023-04-28 11:02:30 +08:00
parent 59ff1fb289
commit 7148cb8c00
No known key found for this signature in database
GPG key ID: 6AC90C77AAAA6ABC

12
.github/codecov.yml vendored
View file

@ -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"