-
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
379 add avail command #381
base: master
Are you sure you want to change the base?
379 add avail command #381
Conversation
Codecov ReportBase: 76.23% // Head: 76.07% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #381 +/- ##
============================================
- Coverage 76.23% 76.07% -0.16%
- Complexity 741 789 +48
============================================
Files 94 97 +3
Lines 2268 2408 +140
Branches 279 330 +51
============================================
+ Hits 1729 1832 +103
- Misses 445 453 +8
- Partials 94 123 +29
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
In the previous version, the endTime of the time range can be overflown to next day while it appears to be a valid time range by the check. Additional check has been enforced to ensure such situation shall not happen.
avail
command