-
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 initial FileVersionInfo
support
#703
Conversation
586a330
to
5724ae1
Compare
👽 Mutation ResultsTestably.Abstractions.TestingDetails
The final mutation score is 42.00%Coverage Thresholds: high:80 low:60 break:0!-- END Testably.Abstractions.Testing --> Testably.Abstractions.AccessControlDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0!-- END Testably.Abstractions.AccessControl --> Testably.Abstractions.CompressionDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0!-- END Testably.Abstractions.Compression --> Testably.AbstractionsDetails
The final mutation score is 20.00%Coverage Thresholds: high:80 low:60 break:0!-- END Testably.Abstractions --> |
Quality Gate passedIssues Measures |
Test Results 46 files ± 0 46 suites ±0 1m 42s ⏱️ -22s Results for commit 5724ae1. ± Comparison against base commit 5ab1829. This pull request removes 2376 and adds 2411 tests. Note that renamed tests count towards both.
This pull request removes 39 skipped tests and adds 39 skipped tests. Note that renamed tests count towards both.
|
This is addressed in release v4.0.0. |
Support for
FileVersionInfo
was added in TestableIO/System.IO.Abstractions#1177. Add basic support for the updated interfaces.It is not yet possible to influence the mocked
IFileVersionInfo
in any way...