chore: disable codecov PR comments (#1724)

This commit is contained in:
iTrooz 2024-05-28 13:51:09 +02:00 committed by GitHub
parent 92b1234ddb
commit 89eee104ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.github/codecov.yml vendored
View File

@ -1,3 +1,4 @@
comment: false
ignore: ignore:
- "lib/third_party" # Third party libraries should be ignored - "lib/third_party" # Third party libraries should be ignored
- "lib/external" # Our own libraries should be checked in their own repositories - "lib/external" # Our own libraries should be checked in their own repositories