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
554b5760
Commit
554b5760
authored
Sep 24, 2018
by
Mikaël Salson
Browse files
Merge branch 'feature-a/3444-artificats-junit' into 'dev'
Feature a/3444 artifacts junit Closes
#3444
See merge request
!289
parents
28032dd0
506b0050
Pipeline
#40836
passed with stages
in 5 minutes and 33 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
554b5760
...
@@ -28,8 +28,8 @@ stages:
...
@@ -28,8 +28,8 @@ stages:
# Anchors
# Anchors
.coverage_dependency
:
&lcov_artifact
.coverage_dependency
:
artifacts
:
artifacts
:
&lcov_artifact
paths
:
paths
:
-
algo/lcov_test_*.filtered
-
algo/lcov_test_*.filtered
expire_in
:
6hrs
expire_in
:
6hrs
...
@@ -58,6 +58,7 @@ test_germlines:
...
@@ -58,6 +58,7 @@ test_germlines:
test_algo_unit
:
test_algo_unit
:
stage
:
test_unit
stage
:
test_unit
script
:
make -C algo unit_coverage
script
:
make -C algo unit_coverage
artifacts
:
<<
:
*lcov_artifact
<<
:
*lcov_artifact
only
:
only
:
-
/^feature-.*a.*\/.*$/
-
/^feature-.*a.*\/.*$/
...
@@ -66,14 +67,18 @@ test_algo_unit:
...
@@ -66,14 +67,18 @@ test_algo_unit:
test_algo_should
:
test_algo_should
:
stage
:
test_functional
stage
:
test_functional
script
:
make -C algo should_coverage
script
:
make -C algo should_coverage
artifacts
:
<<
:
*lcov_artifact
reports
:
junit
:
algo/tests/should.xml
only
:
only
:
-
/^feature-.*a.*\/.*$/
-
/^feature-.*a.*\/.*$/
-
schedules
-
schedules
<<
:
*lcov_artifact
test_algo_shouldvdj
:
test_algo_shouldvdj
:
stage
:
test_shouldvdj
stage
:
test_shouldvdj
script
:
make -C algo shouldvdj_coverage
script
:
make -C algo shouldvdj_coverage
artifacts
:
<<
:
*lcov_artifact
<<
:
*lcov_artifact
only
:
only
:
-
/^feature-.*a.*\/.*$/
-
/^feature-.*a.*\/.*$/
...
...
algo/tests/Makefile
View file @
554b5760
...
@@ -71,7 +71,7 @@ snapshot_diff_current:
...
@@ -71,7 +71,7 @@ snapshot_diff_current:
should
:
vidjil
should
:
vidjil
python3 should.py
$(SHOULD)
python3 should.py
--xml
$(SHOULD)
shouldvdj_if_python
:
shouldvdj_if_python
:
if
python ../../tools/check_python_version.py
;
\
if
python ../../tools/check_python_version.py
;
\
...
...
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