Skip to content

Commit

Permalink
mkdir coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeevab committed Sep 1, 2024
1 parent 1d2a5cc commit b608868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --tests --all-features --lcov --output-path ./coverage/lcov.info
run: mkdir coverage && cargo llvm-cov --tests --all-features --lcov --output-path ./coverage/lcov.info
- name: Send to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit b608868

Please sign in to comment.