Skip to content

Commit

Permalink
Update coverage.yml (MFlowCode#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored and AiredaleDev committed Aug 7, 2024
1 parent 81f0cbb commit 6001679
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
version: v0.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6001679

Please sign in to comment.