1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

ci: coverage via just

This commit is contained in:
Rob Ede
2024-06-20 02:57:44 +01:00
parent 032aeb6fdb
commit 2a092a19a8
5 changed files with 46616 additions and 4 deletions

View File

@ -35,7 +35,7 @@ jobs:
tool: 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 to Codecov
uses: codecov/codecov-action@v4.4.1