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
97b5ba48
Verified
Commit
97b5ba48
authored
Oct 02, 2019
by
Denis_P
👙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exp. kcov launch
parent
dc88a0db
Pipeline
#53176
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
.gitlab-ci.yml
.gitlab-ci.yml
+21
-0
No files found.
.gitlab-ci.yml
View file @
97b5ba48
...
...
@@ -45,6 +45,22 @@ variables:
#### stage: check-workspace
cargo-check-af
:
stage
:
check-workspace
<<
:
*docker-env
script
:
-
|
./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
cargo-check-af
:
stage
:
check-workspace
<<
:
*docker-env
...
...
@@ -87,6 +103,11 @@ cargo-build-nf:
script
:
-
time cargo build --verbose --all --no-default-features --release --target=wasm32-unknown-unknown
test-coverage
:
stage
:
check-workspace
<<
:
*docker-env
script
:
#### stage: examples
...
...
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