Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Geomagnetism Program
geomag-algorithms
Merge requests
!56
Something went wrong on our end
Update how container builds (remove conda)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update how container builds (remove conda)
ghsc/users/jmfee/geomag-algorithms:update-container
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Jeremy M Fee
requested to merge
ghsc/users/jmfee/geomag-algorithms:update-container
into
master
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
use new devops usgs/obspy images
move check code into gitlab pipeline
update how containers build
0
0
Merge request reports
Viewing commit
3a0af235
Prev
Next
Show latest version
1 file
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3a0af235
Configure coverage/junit reports
· 3a0af235
Jeremy M Fee
authored
4 years ago
.gitlab-ci.yml
+
3
−
4
Options
@@ -68,10 +68,9 @@ variables:
.check_code
:
artifacts
:
paths
:
-
cov.xml
reports
:
junit
:
cov.xml
cobertura
:
cov.xml
junit
:
junit.xml
before_script
:
# install dependencies
-
pipenv --site-packages install --dev --pre --skip-lock
@@ -80,7 +79,7 @@ variables:
script
:
# run checks
-
pipenv run black --check .
-
pipenv run pytest --cov-report xml:cov.xml --
cov=geomagio
-
pipenv run pytest
--cov=geomagio
--cov-report xml:cov.xml --
junitxml junit.xml
-
pipenv run safety check
stage
:
test
tags
:
Loading