Skip to content

Commit 8157dea

Browse files
authored
Merge pull request #32 from sidchaini/dependabot/github_actions/codecov/codecov-action-5.5.2
chore(deps): bump codecov/codecov-action from 5.4.0 to 5.5.2
2 parents bc310f4 + 2a2c181 commit 8157dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python3 -m pytest tests/ --cov=distclassipy --cov-report=xml
4242
4343
- name: Upload coverage report to codecov
44-
uses: codecov/codecov-action@v5.4.0
44+
uses: codecov/codecov-action@v5.5.2
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
slug: sidchaini/DistClassiPy

0 commit comments

Comments
 (0)