Skip to content

Commit

Permalink
ignore dev-targeted crates in coverage report (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS authored Dec 18, 2024
1 parent 55396cb commit 826737d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .github/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ignore-non-existing: true

excl-line: "unreachable!"
ignore:
- "bench-vortex/*"
- "fuzz/*"
- "home/*"
- "/*"
- "../*"
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,15 @@ jobs:
RUSTDOCFLAGS: '-Zprofile'
- uses: rraval/actions-rs-grcov@e96292badb0d33512d16654efb0ee3032a9a3cff
id: grcov
with:
config: ".github/coverage.yml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
file: "${{ steps.grcov.outputs.report }}"


license-check-and-audit-check:
name: License Check and Audit Check
Expand Down
7 changes: 0 additions & 7 deletions vortex-serde/src/layouts/write/mod.rs

This file was deleted.

0 comments on commit 826737d

Please sign in to comment.