FAQ | This is a LIVE service | Changelog

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

more test work

parent 9f503c04
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ half_fat_tests:
- cd $CI_PROJECT_DIR/tests/integration/partial/
- python3 -m coverage run run_test_suite.py $CI_PROJECT_DIR/test_reports
- python3 -m coverage report
# - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
- python3 -m coverage html -d $CI_PROJECT_DIR/coverage
# - ls
artifacts:
when: always
......@@ -108,7 +108,7 @@ half_fat_epi_tests:
- cd $CI_PROJECT_DIR/tests/integration/partial/
- python3 -m coverage run -m unittest test_epi.py
- python3 -m coverage report
# - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
- python3 -m coverage html -d $CI_PROJECT_DIR/coverage
- ls
artifacts:
paths:
......@@ -134,6 +134,7 @@ full_fat_depo:
--run_date_type $FULL_FAT_RUN_DATE
--custom_run_date $CUSTOM_RUN_DATE
ls -l $OUTPUT_DIR
after_script:
- >
if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
......@@ -145,8 +146,8 @@ full_fat_depo:
artifacts:
paths:
- $CI_PROJECT_DIR/coverage
- $CI_PROJECT_DIR/test_reports
- $OUTPUT_DIR/*/log.txt
- $OUTPUT_DIR/*.txt
expire_in: 10 days
full_fat_env_suit:
......
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