Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLT authored Mar 11, 2024
1 parent 5d4afd0 commit 06ca537
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

- name: Rust Codecov
uses: maboesanman/rust-codecov@v0
with:
# the destination file path
output-path: codecov.json

0 comments on commit 06ca537

Please sign in to comment.