Skip to content
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

Fix ConfigureAwait state machine generated branches #634

Merged

Conversation

MarcoRossignoli
Copy link
Collaborator

closes #623

C# compiler use a different state machine class in case of await task.ConfiguraAwait(bool), we added new type to async/await state machine branches filter.

@tfadler thanks for repro, day after merge of this you'll can try fix using nightly build https://github.com/tonerdo/coverlet/blob/master/Documentation/ConsumeNightlyBuild.md

cc @tonerdo @petli

@MarcoRossignoli MarcoRossignoli added bug Something isn't working tenet-coverage Issue related to possible incorrect coverage labels Dec 3, 2019
@MarcoRossignoli MarcoRossignoli merged commit adb8ef1 into coverlet-coverage:master Dec 3, 2019
@MarcoRossignoli MarcoRossignoli deleted the issue_623 branch December 3, 2019 21:22
@tfadler
Copy link

tfadler commented Dec 4, 2019

Thanks @MarcoRossignoli !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tenet-coverage Issue related to possible incorrect coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect branch coverage with async/await test
2 participants