Skip to content

Commit

Permalink
Exclude macros from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 10, 2024
1 parent 7704cc3 commit b79e5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
tool: cargo-tarpaulin
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --frozen --tests -j 2 --all-features --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN}} --engine llvm --post-test-delay 10
cargo +nightly tarpaulin --frozen --tests -j 2 --all-features --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN}} --engine llvm --post-test-delay 10 -e swiftide-macros
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit b79e5f6

Please sign in to comment.