mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
Use proper coverage report (#3367)
This commit is contained in:
parent
732ebb61fb
commit
280d34d85c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue