Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Apr 25, 2024
1 parent 7b42ed2 commit f0f9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -190,7 +190,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --output-dir coverage --out Lcov --exclude benchmarks
args: --output-dir coverage --out Lcov --workspace --exclude benchmarks

- name: Publish to Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit f0f9dd9

Please sign in to comment.