Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
506b0050
Commit
506b0050
authored
Sep 22, 2018
by
Mathieu Giraud
Committed by
Mikaël Salson
Sep 24, 2018
Browse files
.gitlab-ci.yml: Make lcov_artifact and junit artifacts cohabitate
See
!289
parent
6812904e
Pipeline
#40749
passed with stages
in 41 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
506b0050
...
...
@@ -28,8 +28,8 @@ stages:
# Anchors
.coverage_dependency
:
&lcov_artifact
artifacts
:
.coverage_dependency
:
artifacts
:
&lcov_artifact
paths
:
-
algo/lcov_test_*.filtered
expire_in
:
6hrs
...
...
@@ -58,6 +58,7 @@ test_germlines:
test_algo_unit
:
stage
:
test_unit
script
:
make -C algo unit_coverage
artifacts
:
<<
:
*lcov_artifact
only
:
-
/^feature-.*a.*\/.*$/
...
...
@@ -67,16 +68,17 @@ test_algo_should:
stage
:
test_functional
script
:
make -C algo should_coverage
artifacts
:
<<
:
*lcov_artifact
reports
:
junit
:
algo/tests/should.xml
only
:
-
/^feature-.*a.*\/.*$/
-
schedules
<<
:
*lcov_artifact
test_algo_shouldvdj
:
stage
:
test_shouldvdj
script
:
make -C algo shouldvdj_coverage
artifacts
:
<<
:
*lcov_artifact
only
:
-
/^feature-.*a.*\/.*$/
...
...
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