We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a408e commit ea4ac0bCopy full SHA for ea4ac0b
.github/workflows/ci.yml
@@ -547,7 +547,7 @@ jobs:
547
run: |
548
RING_COVERAGE=1 mk/cargo.sh +${{ matrix.rust_channel }} test -vv --target=${{ matrix.target }} ${{ matrix.cargo_options }} ${{ matrix.features }} ${{ matrix.mode }}
549
550
- - uses: briansmith/codecov-codecov-action@v1
+ - uses: briansmith/codecov-codecov-action@v3
551
with:
552
directory: ./target/${{ matrix.target }}/debug/coverage/reports
553
fail_ci_if_error: true
0 commit comments