Skip to content

Commit

Permalink
CI: Enable CodeCov for Ordhook (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindgee authored Nov 15, 2023
1 parent 977ec59 commit 0714abf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0714abf

Please sign in to comment.