test: Add code coverage support with CodeCov (#1681)

This commit is contained in:
iTrooz
2024-05-17 21:08:22 +02:00
committed by GitHub
parent f6953fd829
commit 44331506b2
2 changed files with 16 additions and 8 deletions

3
.github/codecov.yml vendored Normal file
View File

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