catch2/tools/misc
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
..
CMakeLists.txt Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00
SelfTest.vcxproj.user Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00
appveyorBuildConfigurationScript.bat Fix coverage collection on AppVeyor 2020-01-31 14:44:40 +01:00
appveyorMergeCoverageScript.py Reenable appveyor for CI 2019-12-16 00:15:30 +01:00
appveyorTestRunScript.bat Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00
coverage-helper.cpp OpenCppCoverage skips coverage of non-source directories 2020-02-02 23:15:22 +01:00
installOpenCppCoverage.ps1 Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00