-
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: add filesystem interface #736
Conversation
👽 Mutation ResultsTestably.Abstractions.TestingDetails
The final mutation score is NaN%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 51 files ±0 51 suites ±0 23m 17s ⏱️ +11s Results for commit a86fbe4. ± Comparison against base commit 0c552ac. This pull request removes 50765 and adds 50774 tests. Note that renamed tests count towards both.
This pull request removes 2411 skipped tests and adds 2411 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Quality Gate passedIssues Measures |
This is addressed in release v4.0.0. |
Add the
IFileSystem
interface to this repo and publish it together with the Wrapper and Interface projects under a separate (more stable) version number.