-
Notifications
You must be signed in to change notification settings - Fork 33
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
/events: Move WithClock
to unit
build tagged file
#63
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #63 +/- ##
=======================================
Coverage ? 81.05%
=======================================
Files ? 40
Lines ? 2328
Branches ? 0
=======================================
Hits ? 1887
Misses ? 317
Partials ? 124
☔ 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.
#62 was made on purpose. Please don’t reverse this.
I don't see the technical reason for needing |
@JoshVanL please resolve the conflict |
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
62fb40a
to
ec21c66
Compare
@yaron2 Done |
@ItalyPaleAle please review this comment so we can decide how to move forward with this PR |
Reverts #62
WithClock
should be moved tounit
build tagged files to not pollute implementation non-test builds. Developers wanting to override the clock in testing can do so bygo test
ing with theunit
build tag.