Skip to content

Commit

Permalink
Fix extension of coverage-fixup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacut committed Sep 18, 2022
1 parent bc63add commit 489c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: coverage
uses: actions-rs/grcov@v0.1
- name: Fix up coverage report
run: ./coverage-fixup ${{ steps.coverage.outputs.report }}
run: ./coverage-fixup.py ${{ steps.coverage.outputs.report }}
- name: Upload coverage report to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 489c4fc

Please sign in to comment.