-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat!: allow disposing event registration and use globbing #707
Conversation
👽 Mutation ResultsTestably.Abstractions.TestingDetails
The final mutation score is 20.27%Coverage Thresholds: high:80 low:60 break:0Testably.Abstractions.AccessControlDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0Testably.Abstractions.CompressionDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0Testably.AbstractionsDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0 |
Test Results 46 files ± 0 46 suites ±0 22m 14s ⏱️ -11s Results for commit dd9b9be. ± Comparison against base commit 3c033dd. This pull request removes 47552 and adds 47602 tests. Note that renamed tests count towards both.
This pull request removes 2351 skipped tests and adds 2351 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
639f41d
to
8ac7323
Compare
2821bff
to
dd9b9be
Compare
Quality Gate passedIssues Measures |
Change the return type for event registration to an
IDisposable
that allows un-registering by callingDispose
.Also fixes #681 by replacing the two distinct parameters
path
andsearchPattern
with aglobPattern
(see here). If the pattern contains no directory slashes, the match will only be against the file name, otherwise it will be against the full path.