Skip to content

Commit

Permalink
CI: Upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindgee authored Nov 29, 2023
1 parent fa68839 commit 22ca429
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 @@ -41,6 +41,11 @@ jobs:
rustup update
RUST_BACKTRACE=1 cargo test --all --features redis_tests -- --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 22ca429

Please sign in to comment.