mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 19:25:52 +00:00
add codecov
This commit is contained in:
parent
b3ebc9999d
commit
2fde8e5573
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
|
@ -62,7 +62,12 @@ jobs:
|
|||
# - name: Analyze
|
||||
# run: flutter analyze
|
||||
- name: Test
|
||||
run: flutter test
|
||||
run: flutter test --coverage
|
||||
- name: Upload to code coverage
|
||||
uses: codecov/codecov-action@v1.2.2
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
file: coverage/lcov.info
|
||||
- name: Delete temp files
|
||||
run: |
|
||||
Remove-Item -Path $env:CHANGE_NOW;
|
||||
|
|
Loading…
Reference in a new issue