mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
b86ab20154
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. |
||
---|---|---|
.. | ||
appveyorBuildConfigurationScript.bat | ||
appveyorMergeCoverageScript.py | ||
appveyorTestRunScript.bat | ||
CMakeLists.txt | ||
coverage-helper.cpp | ||
installOpenCppCoverage.ps1 | ||
SelfTest.vcxproj.user |