Skip to content

Commit

Permalink
Merge branch 'fix-coverage' into 'master'
Browse files Browse the repository at this point in the history
[ci] Fix coverage artifacts for failed jobs.

See merge request ogs/ogs!5072
  • Loading branch information
bilke committed Aug 22, 2024
2 parents d6bb24a + 22e4278 commit 0f84d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/jobs/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ code coverage:
script:
- !reference [.template-build-linux, script]
- cmake --build --preset $CMAKE_PRESET -t process_coverage
after_script:
- ln -s ../../build/coverage build/coverage
coverage: '/lines: \d+\.\d+/'
artifacts:
Expand Down

0 comments on commit 0f84d3c

Please sign in to comment.