Skip to content

Commit

Permalink
more accurate coverage results by changing tracing backend
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiephone committed Aug 9, 2023
1 parent 7856b17 commit d5e982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --coveralls ${{ secrets.COVERALLS_TOKEN }}
args: --coveralls ${{ secrets.COVERALLS_TOKEN }} --engine llvm

0 comments on commit d5e982e

Please sign in to comment.