Skip to content
Snippets Groups Projects
Commit cdb32989 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fix-coverage-artifacts-path' into 'master'

[ci] Fix coverage artifacts path.

See merge request ogs/ogs!5067
parents c5254f65 9243fcfa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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