-
Notifications
You must be signed in to change notification settings - Fork 17
Timer improvement #27
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
Conversation
C-Achard
commented
Aug 11, 2022
- Improved timer for review as discussed with @vidalmaxime : instead of a per-slice timer, it is now global and can be paused when needed. That time amount is recorded in the review csv and recovered on subsequent review sessions
- Improved timer for review as discussed with Max : instead of a per-slice timer, it is now global and can be paused when needed. That time amount is recorded in the csv and recovered on subsequent review sessions
Preview page for your plugin is ready here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great :) One minor comment is that one of the good things about version control is that you can always go back to previous commits to check modified code. Because of this, I would suggest to remove the commented parts here for better readability.
Removed old code
Codecov Report
@@ Coverage Diff @@
## main #27 +/- ##
==========================================
+ Coverage 37.34% 37.84% +0.50%
==========================================
Files 37 37
Lines 3449 3464 +15
==========================================
+ Hits 1288 1311 +23
+ Misses 2161 2153 -8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm