FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3b6f39c3 authored by L. Bower's avatar L. Bower
Browse files

adding coverage

parent 07017c2a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ cache: ...@@ -22,7 +22,6 @@ cache:
before_script: before_script:
- python3 -V # Print out python version for debugging - python3 -V # Print out python version for debugging
# - apt-get install --assume-yes git # - apt-get install --assume-yes git
- pip install coverage
- echo $PACKAGES_DIR - echo $PACKAGES_DIR
- mkdir $PACKAGES_DIR - mkdir $PACKAGES_DIR
- git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews-source-generation.git" $PACKAGES_DIR/source_gen - git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews-source-generation.git" $PACKAGES_DIR/source_gen
...@@ -35,6 +34,7 @@ before_script: ...@@ -35,6 +34,7 @@ before_script:
- git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews_met_data_extraction.git" $PACKAGES_DIR/met_extractor_v2 - git clone "https://nouser:$GROUP_WHEAT_ACCESS_VAR@gitlab.developers.cam.ac.uk/gilligan-epid/wheat-rusts/ews_met_data_extraction.git" $PACKAGES_DIR/met_extractor_v2
- ls $PACKAGES_DIR - ls $PACKAGES_DIR
- source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/ - source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/
- pip install coverage
- pwd - pwd
- flagdir=$PACKAGES_DIR/flagdir - flagdir=$PACKAGES_DIR/flagdir
- epimodel=$PACKAGES_DIR/epimodel - epimodel=$PACKAGES_DIR/epimodel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment