mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 04:00:06 +00:00
Compare commits
No commits in common. "eb28b9378106764c5f91943016cfd676480cc430" and "101ee8c1c799cb6ef277271e7b0c04aa120cdc7e" have entirely different histories.
eb28b93781
...
101ee8c1c7
10
.github/workflows/run-unit-tests.yml
vendored
10
.github/workflows/run-unit-tests.yml
vendored
@ -38,16 +38,12 @@ jobs:
|
|||||||
run: rustup update stable
|
run: rustup update stable
|
||||||
- name: Install cargo-llvm-cov
|
- name: Install cargo-llvm-cov
|
||||||
uses: taiki-e/install-action@cargo-llvm-cov
|
uses: taiki-e/install-action@cargo-llvm-cov
|
||||||
|
- name: Generate code coverage
|
||||||
- name: Run doctests
|
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
|
||||||
|
- name: Run doc-tests
|
||||||
run: cargo test --doc --all-features --workspace --release
|
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
|
- name: Test docs generation
|
||||||
run: cargo doc --no-deps --release
|
run: cargo doc --no-deps --release
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user