You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, great work! It's really great to get the Cobertura support.
Though, between 1.1.0 and 1.1.1 something happened which results in the following:
Calculating coverage result...
Generating report './coverage.xml'
...coverlet.msbuild.targets(19,5): error : String cannot be of zero length.
...coverlet.msbuild.targets(19,5): error : Parameter name: oldValue
I only get this for 1.1.1 with cobertura enabled. 1.1.0 works with cobertura enabled. 1.1.1 works fine with lcov.
I am guessing that basepath sent as source to GetRelativePathFromBase for some reason is empty?
Another thing. Maybe wrong forum/tool, but is there any way to limit the sources included in the coverage file? As of now, I get coverage result for 4 dll:s, I only need coverage report for one of them.
Thanks.
The text was updated successfully, but these errors were encountered:
First, great work! It's really great to get the Cobertura support.
Though, between 1.1.0 and 1.1.1 something happened which results in the following:
Calculating coverage result...
Generating report './coverage.xml'
...coverlet.msbuild.targets(19,5): error : String cannot be of zero length.
...coverlet.msbuild.targets(19,5): error : Parameter name: oldValue
I only get this for 1.1.1 with cobertura enabled. 1.1.0 works with cobertura enabled. 1.1.1 works fine with lcov.
I am guessing that basepath sent as source to GetRelativePathFromBase for some reason is empty?
Another thing. Maybe wrong forum/tool, but is there any way to limit the sources included in the coverage file? As of now, I get coverage result for 4 dll:s, I only need coverage report for one of them.
Thanks.
The text was updated successfully, but these errors were encountered: