catch2/misc
Martin Hořeňovský fb74bb133c
Fix coverage report merging
For some time now (I'd guess almost a year 🤷), the coverage
merging on Windows has been failing, because the reports have been
generated in a different folder than expected. Our merge script did
not report failure because it was not checking the returned error
code from OpenCppCoverage, and for some reason, the `codecov` tool
happily returned 0 even though it did not find the file it was
supposed to upload...

The former is also fixed by this commit.
2019-07-20 21:12:17 +02:00
..
CMakeLists.txt Add codecov.io coverage collection from AppVeyor 2017-12-03 13:03:52 +01:00
SelfTest.vcxproj.user Fix VS2017 approvals on AppVeyor 2018-08-28 12:58:08 +02:00
appveyorBuildConfigurationScript.bat Simplify the Appveyor configuration batch script 2018-09-09 10:18:30 +02:00
appveyorMergeCoverageScript.py Fix coverage report merging 2019-07-20 21:12:17 +02:00
appveyorTestRunScript.bat Properly exit appveyor batch scripts on error 2018-09-09 10:18:29 +02:00
coverage-helper.cpp Coverage helper now passes-on test return value 2019-07-20 21:05:31 +02:00
installOpenCppCoverage.ps1 Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00