keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 24 forks source link

Ensure failing tests under NUnit/OpenCover fails CI builds #123

Closed masojus closed 6 years ago

masojus commented 6 years ago

When I switched the VS build config used in AppVeyor, I neglected to change where to find the test binaries in the script that explicitly runs tests under OpenCover, but the AppVeyor build wasn't failing which is disconcerting.

We need to make sure not finding tests is a failure and also that actual test failures are passed back from NUnit to OpenCover and back through to AppVeyor.

While we're at it validate that dotnet test fails in Travis CI builds with missing or failing tests.

masojus commented 6 years ago

Fixed with commit a133594