Skip to content

Commit

Permalink
Update format_test_release.yml
Browse files Browse the repository at this point in the history
uses: codecov/[email protected]
  • Loading branch information
Andrious authored Sep 5, 2024
1 parent 95ba4f7 commit b0b393a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/format_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ jobs:
- run: flutter test --coverage

# Upload to codecov
- uses: codecov/codecov-action@v2
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage/lcov.info
#- uses: codecov/codecov-action@v2
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# file: ./coverage/lcov.info
- uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# Get current datetime in ISO format
- id: date
Expand Down

0 comments on commit b0b393a

Please sign in to comment.