Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Dec 28, 2024
1 parent 18d9f67 commit 4ec34ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: cargo install cargo-tarpaulin

- name: run code coverage
run: cargo tarpaulin --exclude steel_derive --all --no-default-features -o "lcov" --engine llvm
run: cargo tarpaulin --exclude steel-derive --all --no-default-features -o "lcov" --engine llvm

- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit 4ec34ce

Please sign in to comment.