-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
added test coverage for cases where the task is not via ThrowIfCancel… #463
added test coverage for cases where the task is not via ThrowIfCancel… #463
Conversation
|
this also made me realise that you didnt go with cts.CancelAfter is it for performance reasons @viceroypenguin ? |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #463 +/- ##
==========================================
- Coverage 91.43% 91.41% -0.03%
==========================================
Files 245 245
Lines 7932 7932
Branches 1609 1609
==========================================
- Hits 7253 7251 -2
- Misses 461 463 +2
Partials 218 218 ☔ View full report in Codecov by Sentry. |
|
Could you please rebase your branch off latest in viceroypenguin/SuperLinq? There are a lot of changes this branch is missing, which affects the codecov evaluation. |
356765a
to
e130f43
Compare
e130f43
to
c4e9c1b
Compare
Thanks for adding the tests! |
If the task is not cancelled via ThrowIfCancellationRequested(), we still handle it correctly in the implementation but no test were made for those.