First round of cleanup. dnd_loot.
This commit is contained in:
parent
689bb150c6
commit
f668ff6b7a
9 changed files with 169 additions and 38 deletions
|
@ -6,7 +6,7 @@ cp *.cpp,*.hpp,*.rl builddir
|
|||
rm -recurse -force coverage
|
||||
cp scripts\gcovr_patched_coverage.py .venv\Lib\site-packages\gcovr\coverage.py
|
||||
|
||||
gcovr -o coverage/ --html --html-details --html-theme github.dark-blue --gcov-ignore-errors all --gcov-ignore-parse-errors negative_hits.warn_once_per_file -e builddir/subprojects -e builddir -e subprojects -j 10 .
|
||||
gcovr -o coverage/ --html --html-details --html-theme github.dark-blue --gcov-ignore-errors all --gcov-ignore-parse-errors negative_hits.warn_once_per_file -e builddir/subprojects -e builddir -e subprojects -e scratchpad -e tools -j 10 .
|
||||
|
||||
rm *.gcov.json.gz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue