Skip to content

Commit

Permalink
Changed naming of coverage file, to include it in report
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 2, 2024
1 parent 604b3ad commit 49b4075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test_JUWELS:
- sbatch --wait etc/juwels_${SHELL_SCRIPT}.sh
- touch .coverage.empty
- python -m coverage combine
- mv .coverage coverage_${SHELL_SCRIPT}.dat
- mv .coverage coverage_${SHELL_SCRIPT}_3.10.dat
- echo "Following Errors occured:"
- cat sbatch.err
- echo "Following was written to stdout:"
Expand Down

0 comments on commit 49b4075

Please sign in to comment.