Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
Lucs1590 authored Jun 13, 2024
2 parents aa8a38a + 0ac9687 commit 9286f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python3 -m pytest tests/ --doctest-modules --junitxml=junit/test-results.xml --cov --cov-report=xml --cov-report=html
- name: Codecov Python
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down

0 comments on commit 9286f18

Please sign in to comment.