Skip to content

Commit

Permalink
ci: use coverage patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Jun 3, 2024
1 parent 105f830 commit a99c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: coverage.xml
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: orgoro/coverage@v3.1
- uses: techman83/coverage@6aed45bb96bc879e66b35f0d88f6cf9adf01334c
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a99c11c

Please sign in to comment.