catch2/tools
Martin Hořeňovský b86ab20154
OpenCppCoverage skips coverage of non-source directories
Previously, we would collect coverage data for all source files in
Catch2's directory, including tests and examples, and we would then
ask codecov.io to ignore those. With this change, OpenCppCoverage
only collects coverage data for source files in the `src/` directory.
This cuts the size of the coverage report in half, and also speeds
up the coverage collection.
2020-02-02 23:15:22 +01:00
..
misc OpenCppCoverage skips coverage of non-source directories 2020-02-02 23:15:22 +01:00
scripts Add all in-repo reporters to approval tests 2020-02-02 15:04:19 +01:00