Skip to content

Commit

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

Bump codecov/codecov-action from 1 to 3
  • Loading branch information
RazerM authored Oct 4, 2023
2 parents 90ab705 + 3df13ba commit 06b88eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: "Convert coverage"
run: "python -m coverage xml"
- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v1"
uses: "codecov/codecov-action@v3"
with:
fail_ci_if_error: true

0 comments on commit 06b88eb

Please sign in to comment.