Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
RazerM authored Feb 9, 2024
2 parents 0d4ab40 + ffc3386 commit c44528e
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 @@ -35,9 +35,10 @@ jobs:
- name: "Convert coverage"
run: "python -m coverage xml"
- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v3"
uses: "codecov/codecov-action@v4"
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c44528e

Please sign in to comment.