-
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
Use current time as commit timestamp #42
Conversation
Environment.create() now mutates its input.
(rather than the time the server started up)
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.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #42 +/- ##
===========================================
- Coverage 65.19% 65.11% -0.09%
===========================================
Files 17 17
Lines 813 814 +1
Branches 139 140 +1
===========================================
Hits 530 530
- Misses 276 277 +1
Partials 7 7 ☔ View full report in Codecov by Sentry. |
also, fix previously-broken integration tests:
Environment.create()
now mutates its input.