Skip to content

Commit

Permalink
ci: Add coverage collection configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Oct 31, 2023
1 parent 5fd0521 commit 309084f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
profile: minimal
toolchain: nightly
components: llvm-tools-preview
- uses: Swatinem/fucov@v1
- uses: codecov/codecov-action@v1
with:
command: test
args: --all-features
directory: coverage

0 comments on commit 309084f

Please sign in to comment.