awr / KafkaClient

Native C# client for Kafka
Apache License 2.0
5 stars 2 forks source link

Coverage reports are not working #35

Open awr opened 7 years ago

awr commented 7 years ago

The goal is to keep coverage for tests on CI >= 90% in unit + integration tests, and >= 80% for unit tests.

To verify that this is happening, we need coverage running from CI.

Currently, opencover is failing with the new pdb format -- see https://github.com/OpenCover/opencover/issues/732. Once they update the nuget package available and we adopt it, we should start seeing coverage numbers.

NishaKuruvilla commented 6 years ago

Am also getting the same issue opencover is failing with the pdb format .

E:\SONAR\NUnit.Console-3.7.0\nunit3-console.exe 2017-11-14T07:09:46.6084668Z nunit3-console I have used opencover .console.exe and xunit.console.exe
NishaKuruvilla commented 6 years ago

COverage is showing as 0.00 %

awr commented 6 years ago

The issue here is that the published opencover reference isn't working (as indicated in https://github.com/OpenCover/opencover/issues/732). Once that fix is out, I will take another stab at getting coverage updated.