-
Notifications
You must be signed in to change notification settings - Fork 1
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
Close #125 - Add SemVerMatchers, SemVer.matches and SemVer.unsafeMatches #128
Conversation
Codecov Report
@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 68.80% 78.26% +9.45%
==========================================
Files 5 12 +7
Lines 109 253 +144
Branches 0 1 +1
==========================================
+ Hits 75 198 +123
- Misses 34 55 +21
Continue to review full report at Codecov.
|
It took me a lot longer time to write tests than writing the matchers and matches logics. It done with both example and property-based testing and some test results are as follows.
|
Summary
Close #125 - Add
SemVerMatchers
,SemVer.matches
andSemVer.unsafeMatches