Skip to content

Commit

Permalink
always run coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco committed Aug 28, 2022
1 parent 2fde8e5 commit 0a0b14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a0b14c

Please sign in to comment.