Skip to content

Commit

Permalink
Update ci workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jama5262 committed May 15, 2024
1 parent b20b77c commit 57d67a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
name: Report to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 57d67a3

Please sign in to comment.