feat: add codecov to pipeline
This commit is contained in:
parent
fe3d2b7d29
commit
8a974f6b2c
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@ -20,3 +20,8 @@ jobs:
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user