-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add NodeType and RequestUrlCollectorStream to url-collector #88
Conversation
* Add http event field to store post body * Display post body * Fix clippy warning --------- Co-authored-by: Jungkeun Park <[email protected]>
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
==========================================
- Coverage 33.69% 33.48% -0.21%
==========================================
Files 13 13
Lines 650 654 +4
==========================================
Hits 219 219
- Misses 431 435 +4 ☔ View full report in Codecov by Sentry. |
8a6e935
to
3213617
Compare
@@ -195,15 +195,15 @@ mod tests { | |||
let nsec = 123; | |||
let ndt = NaiveDateTime::from_timestamp_opt(sec, nsec).unwrap(); | |||
|
|||
let ts = ndt.timestamp_nanos_opt().unwrap(); | |||
let ts = ndt.timestamp_nanos(); |
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.
👍
3213617
to
826c62f
Compare
826c62f
to
a4c5997
Compare
Fixes #87