Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms-aux
Commits
6b3f1a0b
Commit
6b3f1a0b
authored
Aug 24, 2017
by
Daniel Eggert
Browse files
went back to jacoco coverage report
parent
17db8865
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b3f1a0b
...
...
@@ -31,22 +31,16 @@ build_gms-aux:
-
echo "Buildung and installing gms-aux modules"
-
mvn verify
codecov
:
script
:
-
mvn cobertura:cobertura
after_script
:
-
bash <(curl -s https://codecov.io/bash) -t BosTy5hxtoueLnZP3uyM
#pages:
# stage: deploy
# dependencies:
# - build_gms-aux
# script:
# - mv usgs-api/target/coverage-reports/jacoco-ut/ public/
# artifacts:
# paths:
# - public
# expire_in: 30 days
# only:
# - dev
\ No newline at end of file
pages
:
stage
:
deploy
dependencies
:
-
build_gms-aux
script
:
-
mv usgs-api/target/coverage-reports/jacoco-ut/ public/usgs-api/
artifacts
:
paths
:
-
public
expire_in
:
30 days
only
:
-
dev
\ No newline at end of file
Write
Preview
Supports
Markdown
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