Did a full code coverage review and improved many of the tests and a bunch of code. I'll do one more final walk through all the code before getting back to work on the new combat system.
This commit is contained in:
parent
113a4a3b3e
commit
d3158291f7
29 changed files with 119 additions and 1218 deletions
|
@ -4,7 +4,10 @@ cp *.cpp,*.hpp,*.rl builddir
|
|||
. .venv/Scripts/activate
|
||||
|
||||
rm -recurse -force coverage
|
||||
cp scripts\gcovr_patched_coverage.py .venv\Lib\site-packages\gcovr\coverage.py
|
||||
|
||||
gcovr -o coverage/ --html --html-details --gcov-ignore-errors all -e builddir/subprojects -e subprojects .
|
||||
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 .
|
||||
|
||||
rm *.gcov.json.gz
|
||||
|
||||
start .\coverage\coverage_details.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue