File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ jobs:
120120 cd build
121121 lcov --keep-going --directory . --capture --output-file coverage.info
122122 lcov --remove coverage.info '*/test/*' '*/include/*' -o coverage.info
123+ cd ..
123124 gcovr -e test -e examples --sonarqube -u -o coverage.xml --exclude-throw-branches \
124125 --gcov-ignore-parse-errors --exclude-unreachable-branches
125126
@@ -140,7 +141,7 @@ jobs:
140141 -Dsonar.projectKey=simgrid_dtlmod
141142 -Dsonar.organization=simgrid
142143 -Dsonar.cfamily.compile-commands=build/compile_commands.json
143- -Dsonar.coverageReportPaths=build/ coverage.xml
144+ -Dsonar.coverageReportPaths=coverage.xml
144145
145146 - name : Build and deploy documentation
146147 if : github.ref == 'refs/heads/main' && env.TOKEN_GITHUB != ''
You can’t perform that action at this time.
0 commit comments