mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
always run coverage upload
This commit is contained in:
parent
2fde8e5573
commit
0a0b14cdad
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
|||
run: flutter test --coverage
|
||||
- name: Upload to code coverage
|
||||
uses: codecov/codecov-action@v1.2.2
|
||||
if: success() || failure()
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
file: coverage/lcov.info
|
||||
|
|
Loading…
Reference in a new issue