mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
Code coverage configuration (#115)
This commit is contained in:
parent
d1b5f3078e
commit
dc0413b416
2
.github/codecov.yml
vendored
Normal file
2
.github/codecov.yml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
ignore:
|
||||
- "src/test/**" # Tests
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user