Skip to content
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

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

dayeon5470
Copy link

Fixes #87

sehkone and others added 2 commits November 21, 2023 13:47
* Add http event field to store post body

* Display post body

* Fix clippy warning

---------

Co-authored-by: Jungkeun Park <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (797e31a) 33.69% compared to head (a4c5997) 33.48%.
Report is 2 commits behind head on main.

Files Patch % Lines
src/ingest/network.rs 0.00% 3 Missing ⚠️
src/publish/stream.rs 0.00% 1 Missing ⚠️

❗ 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.
📢 Have feedback on the report? Share it here.

@@ -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();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

src/publish/stream.rs Outdated Show resolved Hide resolved
src/publish/stream.rs Outdated Show resolved Hide resolved
@sophie-cluml sophie-cluml changed the base branch from main to tis December 20, 2023 05:05
@sophie-cluml sophie-cluml merged commit f86dafe into tis Dec 20, 2023
8 checks passed
@sophie-cluml sophie-cluml deleted the add_url_collector branch December 20, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add NodeType and RequestUrlCollectorStream to url-collector
6 participants