Other coverage solutions - GarbageCollectorsReloaded/EmailValidation GitHub Wiki

Tried coverage solutions other than VS built in:

  • AppVeyor: A CI service that officially supports .NET unlike Travis, and has an official guide for setting up code coverage. Reason of failure: build did not find an assembly and we could not find a solution on a timely manner.
  • Coveralls: It can be used along Travis. Reason of failure: No official support for .NET (and no guide for setup).