invio / Invio.Immutable

C# Library used to ease immutable class creation and data management
MIT License
2 stars 0 forks source link

Fix CodeCoverage generation #15

Closed carusology closed 7 years ago

carusology commented 7 years ago

After an update to v1.0.1 using dotnet migrate, our code coverage tool (coveralls.io) accepts code coverage reporting files and show the correct percentage, but they no longer correctly map the file in our repositories so you can see what lines of code were actually covered.

carusology commented 7 years ago

Weird. Coveralls.io gave me the ability to redefine the code coverage source folder. Once I did that everything worked again.

The problem where was with coveralls, not the code generation tooling.