mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-18 16:02:58 +00:00
Finish Rust CI immediately on test failures
This commit is contained in:
@@ -48,13 +48,11 @@ jobs:
|
|||||||
--fail-under-lines 100
|
--fail-under-lines 100
|
||||||
|
|
||||||
- name: Generate LCOV artifact
|
- name: Generate LCOV artifact
|
||||||
if: always()
|
|
||||||
run: cargo llvm-cov --all-targets --locked --lcov --output-path lcov.info
|
run: cargo llvm-cov --all-targets --locked --lcov --output-path lcov.info
|
||||||
|
|
||||||
- name: Upload LCOV artifact
|
- name: Upload LCOV artifact
|
||||||
if: always()
|
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rust-lcov
|
name: rust-lcov
|
||||||
path: lcov.info
|
path: lcov.info
|
||||||
if-no-files-found: warn
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user