Skip to content

Commit

Permalink
chore(codecov): remove uneccesary
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 27, 2023
1 parent 41ec899 commit 8dcd2b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Run tests
run: |
cargo llvm-cov nextest --lcov --output-path lcov.info \
--locked --all-features --workspace --exclude examples --exclude ef-tests \
-E 'kind(lib)' -E 'kind(bin)' -E 'kind(proc-macro)'
--locked --all-features --workspace
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 8dcd2b8

Please sign in to comment.