Code coverage configuration (#115)

This commit is contained in:
Matt Bishop 2024-06-05 16:02:24 -04:00 committed by GitHub
parent d1b5f3078e
commit dc0413b416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

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

@ -0,0 +1,2 @@
ignore:
- "src/test/**" # Tests

View File

@ -78,5 +78,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
with:
file: app/build/reports/kover/reportDebug.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}