Skip to content

Commit

Permalink
coverage doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Dec 14, 2023
1 parent 4611c37 commit 3f3f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
['env', 'CXX=ccache g++', 'meson', 'setup', '--buildtype', 'debug', '-Dcpp_std=c++20', 'builddir/gcc_cpp20_debug'],

# coverage; use "ninja clean && ninja test && ninja coverage"
['env', 'CXX=ccache clang++', 'meson', 'setup', '-Db_coverage=true', 'builddir/coverage'],
#['env', 'CXX=ccache clang++', 'meson', 'setup', '-Db_coverage=true', 'builddir/coverage'],

# sanitizers
# It is not possible to combine more than one of the -fsanitize=address, -fsanitize=thread, and -fsanitize=memory checkers in the same program.
Expand Down

0 comments on commit 3f3f606

Please sign in to comment.