Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
f1132cdb
Verified
Commit
f1132cdb
authored
Dec 29, 2021
by
Jelle van der Waa
🚧
Browse files
Add coverage to CI
parent
ee6b92cd
Pipeline
#14171
failed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f1132cdb
image
:
"
archlinux:latest"
before_script
:
-
pacman -Syu --needed --noconfirm rust gcc cargo-audit
pkgconf
-
pacman -Syu --needed --noconfirm rust gcc
pkgconf
cargo-audit
cargo-tarpaulin
stages
:
-
lint
...
...
@@ -26,3 +26,11 @@ test:
stage
:
test
script
:
-
cargo test --all --release
coverage
:
stage
:
test
script
:
-
cargo tarpaulin --out Xml
artifacts
:
reports
:
cobertura
:
cobertura.xml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment