Skip to content

Commit

Permalink
Update rust_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 authored May 12, 2024
1 parent d863e62 commit 46959bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run:
cargo install cargo-tarpaulin
cargo tarpaulin --out xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: anuradhawick/kmertools

0 comments on commit 46959bd

Please sign in to comment.