Skip to content

Commit

Permalink
Merge pull request #457 from JuliaCI/vs/codecov4
Browse files Browse the repository at this point in the history
Update CI.yml to use CODECOV_TOKEN
  • Loading branch information
ViralBShah authored Feb 5, 2024
2 parents 0822c5b + d38729f commit c354577
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 @@ -71,7 +71,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
files: lcov.info

token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
slack:
name: Notify Slack Failure
needs: test
Expand Down

0 comments on commit c354577

Please sign in to comment.