mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -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
|
||||
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
|
||||
with:
|
||||
file: app/build/reports/kover/reportDebug.xml
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: app/build/reports/kover/reportDebug.xml
|
||||
|
||||
Reference in New Issue
Block a user