Skip to content

Commit

Permalink
Merge pull request #8 from yubarajshrestha/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
yubarajshrestha authored Jun 10, 2022
2 parents de7588d + 7fcadf1 commit 39c6cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
make coverage
- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit 39c6cc6

Please sign in to comment.