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
2 changed files with 4 additions and 0 deletions

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 }}