Skip to content

Commit

Permalink
Update code-coverage with new version of Codecov CLI and token(#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdazam1942 authored Apr 23, 2024
1 parent df88a9d commit ed61ef3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Upload coverage information to Codecov
uses: codecov/codecov-action@v3
with:
version: "v0.2.6"
version: "v0.5.2"
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit ed61ef3

Please sign in to comment.