Skip to content

Commit cb8f6f1

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codecov-action-5'
2 parents 5a8c276 + 3c896e6 commit cb8f6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pipenv run py.test --cov-config .coveragerc --cov-report xml:output/coverage.xml --cov mygeotab --junitxml output/python${{ matrix.python-version }}-test-results.xml --benchmark-min-rounds=3 --benchmark-storage=file://output/ --benchmark-autosave tests/
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
4949
token: ${{secrets.CODECOV_TOKEN}}
5050
file: ./output/coverage.xml

0 commit comments

Comments
 (0)