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
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
have looked at the opencover output xml file in an attempt to resolve the issue.
reviewed the current issues to check that the issue isn't already known.
My issue is related to (check only those which apply):
no coverage being recorded
32 or 64 bit support
feature request
Expected Behavior
It's only finding the pdb for the tests assembly (KafkaClient.Tests), but not for the actual code under test (KafkaClient), even though both pdbs are in the same directory.
Actual Behavior
It will find the pdbs for the code under test (KafkaClient), and provide coverage for that.
The output is:
No results, this could be for a number of reasons. The most common reasons are:
1) missing PDBs for the assemblies that match the filter please review the
output file and refer to the Usage guide (Usage.rtf) about filters.
2) the profiler may not be registered correctly, please refer to the Usage
guide and the -register switch.
Results (nunit3) saved as TestResult.xml
Committing...
Visited Classes 285 of 369 (77.24)
Visited Methods 1169 of 1457 (80.23)
Visited Points 5076 of 6281 (80.82)
Visited Branches 2958 of 4180 (70.77)
==== Alternative Results (includes all methods including those without corresponding source) ====
Alternative Visited Classes 285 of 391 (72.89)
Alternative Visited Methods 1169 of 1997 (58.54)
Please provide the following information when submitting an issue.
My Framework
My Environment
I have already...
My issue is related to (check only those which apply):
Expected Behavior
It's only finding the pdb for the tests assembly (KafkaClient.Tests), but not for the actual code under test (KafkaClient), even though both pdbs are in the same directory.
Actual Behavior
It will find the pdbs for the code under test (KafkaClient), and provide coverage for that.
The output is:
Steps to reproduce the problem:
It's an open source project, on github here: https://github.com/awr/KafkaClient. The tests are being run through appveyor here: https://ci.appveyor.com/project/AndrewRobinson/kafkaclient, with the config here: https://github.com/awr/KafkaClient/blob/master/appveyor-net462.yml (also tried locally, same effect).
Note that this library supports both .netstandard 1.6 and .net 4.6.2 (I'm trying this with 4.6.2) -- not sure whether that's related though.
Thanks for the cool library, and looking forward to getting it working on this project! :)
The text was updated successfully, but these errors were encountered: