Skip to content

Commit

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

See merge request ogs/ogs!5067
  • Loading branch information
bilke committed Aug 9, 2024
2 parents c5254f6 + 9243fcf commit cdb3298
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
- ln -s ../../build/coverage build/coverage
coverage: '/lines: \d+\.\d+/'
artifacts:
when: always
Expand Down

0 comments on commit cdb3298

Please sign in to comment.