Skip to content

Commit

Permalink
Merge pull request #73 from dskrypa/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

Bump codecov/codecov-action from 2 to 5
  • Loading branch information
dskrypa authored Dec 15, 2024
2 parents 306583c + 906e20a commit c1b783c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Generate coverage report
run: pytest --cov-branch --cov=./lib/ --cov-report=xml
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
Expand Down

0 comments on commit c1b783c

Please sign in to comment.