Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 authored Apr 8, 2024
1 parent 7532754 commit 41ec309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cargo clippy --all-targets --all-features
- name: Compile check
run: cargo check --all-targets --all-features
- name: Run tests & Generate code coverage
- name: Run tests and Generate code coverage
run: cargo llvm-cov --all-features --workspace --codecov --output-path lcov.info
- name: Archive code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 41ec309

Please sign in to comment.