Skip to content

Commit

Permalink
Bump codecov/codecov-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGardhouse committed Jan 20, 2025
1 parent fca613c commit bb68c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
run: python -m pytest tests --cov=pennylane_honeywell --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native
- name: Upload coverage to Codecov
if: steps.filter.outputs.honeywell == 'true'
uses: codecov/codecov-action@v1.0.12
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml

0 comments on commit bb68c93

Please sign in to comment.