Skip to content

Commit

Permalink
Merge pull request #189 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.3.1
  • Loading branch information
renovate[bot] authored Jan 27, 2025
2 parents b2f727e + b913cfb commit 0ecdac0
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/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: .coverage/coverage.xml
Expand Down

0 comments on commit 0ecdac0

Please sign in to comment.