diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cd6e8c9..5010082 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 +