Skip to content
Snippets Groups Projects
Commit 376b44a4 authored by Jakob Fritz's avatar Jakob Fritz
Browse files

Adding empty coverage-file

So that combining and storing as artifact does not fail
parent f3cfddea
No related branches found
No related tags found
No related merge requests found
Pipeline #178188 passed
...@@ -66,6 +66,7 @@ test_JUWELS: ...@@ -66,6 +66,7 @@ test_JUWELS:
# - touch benchmarks/output.json # - touch benchmarks/output.json
- echo $SYSTEMNAME - echo $SYSTEMNAME
- sbatch --wait etc/juwels_${SHELL_SCRIPT}.sh - sbatch --wait etc/juwels_${SHELL_SCRIPT}.sh
- touch .coverage.empty
- python -m coverage combine - python -m coverage combine
- mv .coverage coverage_${SHELL_SCRIPT}.dat - mv .coverage coverage_${SHELL_SCRIPT}.dat
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment