Skip to content

Commit 9286f18

Browse files
authored
Merge pull request #218 from Lucs1590/dependabot/github_actions/codecov/codecov-action-4.5.0
build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0
2 parents aa8a38a + 0ac9687 commit 9286f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python3 -m pytest tests/ --doctest-modules --junitxml=junit/test-results.xml --cov --cov-report=xml --cov-report=html
4545
4646
- name: Codecov Python
47-
uses: codecov/codecov-action@v4.4.1
47+
uses: codecov/codecov-action@v4.5.0
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
flags: unittests

0 commit comments

Comments
 (0)