Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Coverage] Don't produce a JUnit report.
The `unittest` binary crashes with ``` unittest: /var/lib/gitlab-runner/builds/yS6csq8A/0/bigdata/mutable/mutable/third-party/catch2/include/catch2/catch.hpp:5918: virtual void Catch::CumulativeReporterBase<Catch::JunitReporter>::testCaseEnded(const Catch::TestCaseStats &) [DerivedT = Catch::JunitReporter]: Assertion `m_sectionStack.size() == 0' failed. ``` This error seems to be related to the Catch 2 JUnit reporter. See catchorg/Catch2#1801 and catchorg/Catch2#1967. To remedy this problem, we simply don't use produce a report anymore. It was never used, anyway.
- Loading branch information