mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 11:00:00 +00:00
Compare commits
5 Commits
b638860c23
...
b38ea19f53
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b38ea19f53 | ||
![]() |
eb28b93781 | ||
![]() |
33d021072e | ||
![]() |
8ba39f8e87 | ||
![]() |
cae230783e |
10
.github/workflows/run-unit-tests.yml
vendored
10
.github/workflows/run-unit-tests.yml
vendored
@ -38,12 +38,16 @@ jobs:
|
||||
run: rustup update stable
|
||||
- name: Install cargo-llvm-cov
|
||||
uses: taiki-e/install-action@cargo-llvm-cov
|
||||
- name: Generate code coverage
|
||||
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
|
||||
- name: Run doc-tests
|
||||
|
||||
- name: Run doctests
|
||||
run: cargo test --doc --all-features --workspace --release
|
||||
|
||||
- name: Run unit tests with code coverage
|
||||
run: cargo llvm-cov --all-features --release --workspace --lcov --output-path lcov.info
|
||||
|
||||
- name: Test docs generation
|
||||
run: cargo doc --no-deps --release
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user