Commits on Source (3)
-
Add support for gcovr.
c6d53be3 -
Meson 1.0.0 allows writing 0x0 characters into the junit test output, which is not allowed in XML files and it prevents gitlab CI from parsing the output of the tests. This can be checked locally with: meson setup build meson test -C build css_parser xmllint build/meson-logs/testlog.junit.xml
931a2fa4 -
Report the coverage from meson and list the output of the tests, since meson already supply a junit-compatible output.
1a2a3015