Use proper coverage report (#3367)

This commit is contained in:
Matt Bishop 2024-06-26 16:06:36 -04:00 committed by GitHub
parent 732ebb61fb
commit 280d34d85c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,6 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
file: app/build/reports/kover/reportDebug.xml
file: app/build/reports/kover/reportStandardDebug.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}