Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
f5e31a07
Verified
Commit
f5e31a07
authored
Oct 01, 2019
by
Denis_P
🏑
Browse files
try wo kcov 2
parent
4255b766
Pipeline
#52998
failed with stage
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f5e31a07
...
...
@@ -59,12 +59,12 @@ test-linux:
<<
:
*docker-env
before_script
:
# Print rustc and cargo versions
-
rustc -vV
-
cargo -vV
-
bash --version
#
- rustc -vV
#
- cargo -vV
#
- bash --version
# Install cargo-kcov Cargo plugin
-
cargo install --force cargo-kcov
-
cargo kcov -vV
#
- cargo install --force cargo-kcov
#
- cargo kcov -vV
# Install kcov binary
# - curl https://github.com/SimonKagstrom/kcov/archive/v36.tar.gz
# - tar xzf v36.tar.gz
...
...
@@ -88,13 +88,13 @@ test-linux:
-
|
./scripts/check-workspace.sh
check_workspace=$?
if [ $check_workspace -eq 0 ]
then
# Execute and upload kcov results
cargo kcov --verbose --coveralls --all --no-clean-rebuild
kcov=$?
bash <(curl -s https://codecov.io/bash)
fi
#
if [ $check_workspace -eq 0 ]
#
then
#
# Execute and upload kcov results
#
cargo kcov --verbose --coveralls --all --no-clean-rebuild
#
kcov=$?
#
bash <(curl -s https://codecov.io/bash)
#
fi
./scripts/check-examples.sh
check_examples=$?
if [ $check_examples -eq 0 ] && [ $check_workspace -eq 0 ]
...
...
Write
Preview
Markdown
is supported
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