-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0% Coverage Reported in GitHub Workflow #575
Comments
Originally posted by @MarcoRossignoli in #110 (comment) |
Sadly, switching to collector did not resolve issue. Again, works locally (both collector and msbuild), on Travis, and on Jenkins. |
Originally posted by @MarcoRossignoli in #110 (comment) |
@MarcoRossignoli I finally had time to enable logging (see attached). Not knowing coverlet code yet, I mostly skimmed through. I did notice many socket exceptions in host log. Please let me know if there is something else I may try. |
Thanks I'll take a look at logs asap |
@Rjae can you try to upgrade to versione 1.1.0 https://www.nuget.org/packages/coverlet.collector/ If you can try also with nightly could be great we have new logs in place but with on-master version https://github.com/tonerdo/coverlet/blob/master/Documentation/ConsumeNightlyBuild.md So we'll have a complete picture logs from collectors with last version and also logs from tracker(with these log we can understand if flushing hit files works as expected). You should have logs from collectors as above and also one log for every dll instrumented/tested. TL;DR; From your current log I see one instrumented lib
I see some exception on test run |
@Rjae you should try this #573 (comment) |
@Rjae any news? |
My goal is to return to this at the end of next week. It hasn't left my hit
list of things to get to. Thanks Marco!
…On Fri, Nov 8, 2019 at 7:37 AM Marco Rossignoli ***@***.***> wrote:
@Rjae <https://github.com/Rjae> any news?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#575>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2GP2JQN7IB4KOPWYB5X6DQSVMPPANCNFSM4I3O5VXQ>
.
|
@Rjae any news? |
Close for stale conversation. Feel free to re-open if needed. |
@MarcoRossignoli I just finished configuring a GH Actions workflow. All is well except my 100% coverage solution is reported as 0% running under GH Actions. The same project running on Travis (xenial) and local (Windows) is reported as 100%.
I've tried 2.2.108, 204, 401, 402 - along with 2.6.3. I tried all the workarounds listed on this thread, no luck. If you're aware of any other fixes I may try please let me know.
The text was updated successfully, but these errors were encountered: