mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
[BWA-141] Use files instead of file in codecov action (#315)
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -79,6 +79,4 @@ jobs:
|
|||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
|
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
|
||||||
with:
|
with:
|
||||||
file: app/build/reports/kover/reportDebug.xml
|
files: app/build/reports/kover/reportDebug.xml
|
||||||
env:
|
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user