Skip to content

Commit

Permalink
exclude benchmarks from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Apr 25, 2024
1 parent 1f6ffe5 commit 7b42ed2
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
args: --output-dir coverage --out Lcov --exclude benchmarks

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

0 comments on commit 7b42ed2

Please sign in to comment.