Skip to content

Commit

Permalink
Merge pull request #188 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.0
  • Loading branch information
marians authored Jan 24, 2025
2 parents 0a81875 + fb08f9b commit ab1ca12
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.2.0
uses: codecov/codecov-action@v5.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: .coverage/coverage.xml
Expand Down

0 comments on commit ab1ca12

Please sign in to comment.