Skip to content

Commit

Permalink
Merge pull request #187 from giantswarm/renovate/codecov-codecov-acti…
Browse files Browse the repository at this point in the history
…on-5.x

chore(deps): update codecov/codecov-action action to v5.2.0
  • Loading branch information
marians authored Jan 23, 2025
2 parents aebcec2 + 734bf28 commit 0a81875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run pytest
run: poetry run python -m pytest --cov=step_exec_lib/ --cov-report=xml --log-cli-level=info tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: .coverage/coverage.xml
Expand Down

0 comments on commit 0a81875

Please sign in to comment.