CI: Enable CodeCov for Ordhook (#205)

This commit is contained in:
aravindgee
2023-11-15 10:31:43 -05:00
committed by GitHub
parent 977ec59cbd
commit 0714abf1b1

View File

@@ -38,6 +38,11 @@ jobs:
rustup update
RUST_BACKTRACE=1 cargo test --all -- --test-threads=1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build-publish:
runs-on: ubuntu-latest
needs: test