Skip to content

Commit

Permalink
Update: coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe authored Aug 1, 2023
1 parent 83c791c commit a28f5d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: "coverage/coverage.json"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a28f5d1

Please sign in to comment.