Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dad04cc0 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Fix .lcov directory output

parent ea73d000
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ before_script: ...@@ -39,7 +39,7 @@ before_script:
-D ExperimentalCoverage -D ExperimentalCoverage
-D ExperimentalSubmit -D ExperimentalSubmit
| tee -a ../chameleon_${VERSION}.log") | tee -a ../chameleon_${VERSION}.log")
- lcov --directory build --capture --output-file ../chameleon_${VERSION}.lcov - lcov --directory build --capture --output-file ./chameleon_${VERSION}.lcov
build_starpu: build_starpu:
<<: *build_script <<: *build_script
......
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