Skip to content

Commit

Permalink
Merge pull request #19 from sidchaini/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5.0.7

chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7
  • Loading branch information
sidchaini authored Dec 2, 2024
2 parents eca3990 + 7151d3c commit 0b3f2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python3 -m pytest tests/ --cov=distclassipy --cov-report=xml
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: sidchaini/DistClassiPy

0 comments on commit 0b3f2a1

Please sign in to comment.