Skip to content

Commit 3c84539

Browse files
committed
added code cov coverage
1 parent 36467bb commit 3c84539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
23+
- name: Upload coverage reports to Codecov
24+
uses: codecov/codecov-action@v3
25+
env:
26+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
27+

0 commit comments

Comments
 (0)