ci passed
push
Branch:
feat/cli-json-requirement-read-status
b3e9c9d
Started: Jul 07, 2026 at 04:11 UTC
Completed: Jul 07, 2026 at 07:30 UTC
Duration: 3h 18m
Pipeline validated with warnings
- step 'check': 'cache' is accepted but not yet implemented
- step 'test': 'cache' is accepted but not yet implemented
- step 'coverage': 'cache' is accepted but not yet implemented
- step 'clippy': 'cache' is accepted but not yet implemented
- step 'build': 'cache' is accepted but not yet implemented
- step 'build-runner': 'cache' is accepted but not yet implemented
Jobs
Stage 1
Stage 2
passed
test
exit: 0
3m 0s
on carl
(linux/arm64)
cargo test 2>&1
depends on
check
passed
coverage
exit: 0
10m 37s
on carl
(linux/arm64)
rustup component add llvm-tools-preview
cargo install cargo-tarpaulin --version 0.32.7 2>&1
cargo tarpaulin --engine llvm --out lcov --output-dir coverage/ 2>&1
depends on
check
passed
clippy
exit: 0
44s
on carl
(linux/arm64)
rustup component add clippy
cargo clippy --all-targets -- -D warnings 2>&1
depends on
check