Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0
  • Loading branch information
Lucs1590 authored Jan 24, 2025
2 parents c966d70 + 3351e48 commit 510ee1b
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 @@ -52,7 +52,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@v5.2.0
uses: codecov/codecov-action@v5.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down

0 comments on commit 510ee1b

Please sign in to comment.