eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.22k stars 170 forks source link

Added a lot more configurations in the CI, and fixed some stuff. #313

Closed FranckRJ closed 1 year ago

FranckRJ commented 1 year ago

MSVC tests run in 32 bits, because the 64 bits mode doesn't work with RTTI related features : #196. MSVC tests currently don't run C++14-specific tests, even if compiled in C++14. I guess it's because of the thing about __cplusplus define not being defined but I'm not sure.

Will fix parts of #269.

coveralls commented 1 year ago

Coverage Status

Coverage: 99.925%. Remained the same when pulling bdd884e2b9dc2b6dc9d6d8def8e09f5a39a10d1a on improve-CI-more-tests into 83d5989b259ca5df1c784de6a412e2d0ed44ef3a on dev.