1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

test: coverage for doctests

This commit is contained in:
Rob Ede
2024-06-10 04:05:21 +01:00
parent 7a2313cc4b
commit d9579cf58a
2 changed files with 13 additions and 7 deletions

View File

@ -28,7 +28,7 @@ jobs:
tool: just,cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --workspace --all-features --codecov --output-path codecov.json
run: just test-coverage-codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.1