Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ink
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
parity
ink
Commits
f5e31a07
Verified
Commit
f5e31a07
authored
Oct 01, 2019
by
Denis_P
👙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
.gitlab-ci.yml
.gitlab-ci.yml
+12
-12
No files found.
.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