Skip to content

Commit

Permalink
Merge pull request #54 from dmuhs/renovate/codecov-codecov-action-3.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v3
  • Loading branch information
dmuhs committed Jul 16, 2023
2 parents 1591b28 + a0f396b commit e2dae48
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 @@ -22,7 +22,7 @@ jobs:
- name: Run test suite
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit e2dae48

Please sign in to comment.