-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow setting of the session start time and timestamp reference time #144
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
==========================================
+ Coverage 92.96% 93.20% +0.24%
==========================================
Files 62 62
Lines 4278 4328 +50
Branches 266 268 +2
==========================================
+ Hits 3977 4034 +57
+ Misses 291 284 -7
Partials 10 10 ☔ View full report in Codecov by Sentry. |
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.
Looks good to me! Added a couple of comments.
Co-authored-by: Steph Prince <[email protected]>
…into set_session_time
@stephprince I implemented the code changes you had suggested. |
Fix #8
This PR is not critical, just taking care of a minor issue that was assigned to me