Skip to content

Commit

Permalink
Added artifact archivation.
Browse files Browse the repository at this point in the history
  • Loading branch information
RRArny committed Dec 9, 2024
1 parent fdd83fb commit 4dc1872
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
run: cargo clippy -- -W clippy::pedantic
- name: Tarpaulin Code Coverage
run: cargo install cargo-tarpaulin && cargo tarpaulin --out json --output-dir code-coverage/
- name: Upload Code Coverage
uses: actions/upload-artifact@v4
with:
name: tarpaulin-report.json
path: code-coverage/tarpaulin-report.json

0 comments on commit 4dc1872

Please sign in to comment.