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

Begin integrating wayback-rs #52

Merged
merged 4 commits into from
Mar 21, 2022
Merged

Begin integrating wayback-rs #52

merged 4 commits into from
Mar 21, 2022

Conversation

travisbrown
Copy link
Owner

Starts using wayback-rs. Paged CDX queries are the real value here, but I haven't done that part yet. Not sure whether I'll wait to merge this or do that part separately.

@codecov-commenter
Copy link

Codecov Report

Merging #52 (9206ae3) into main (8f6619b) will decrease coverage by 0.91%.
The diff coverage is 45.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
- Coverage   25.26%   24.34%   -0.92%     
==========================================
  Files          45       43       -2     
  Lines        2909     2834      -75     
==========================================
- Hits          735      690      -45     
+ Misses       2174     2144      -30     
Impacted Files Coverage Δ
src/bin/report.rs 0.00% <0.00%> (ø)
src/twitter/store/wayback.rs 56.94% <ø> (ø)
src/wayback/error.rs 0.00% <ø> (ø)
src/wbm/downloader.rs 0.00% <ø> (ø)
src/wbm/store/map.rs 0.00% <0.00%> (ø)
src/wbm/store/mod.rs 0.00% <ø> (ø)
tests/wayback_cdx.rs 100.00% <ø> (ø)
src/wayback/cdx.rs 29.70% <39.13%> (+2.54%) ⬆️
src/wayback/store.rs 75.77% <88.88%> (-0.11%) ⬇️
src/wbm/cdx.rs 58.06% <100.00%> (+1.39%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f6619b...9206ae3. Read the comment docs.

@travisbrown travisbrown merged commit 38bfc69 into main Mar 21, 2022
@travisbrown travisbrown deleted the topic/wayback-rs branch March 21, 2022 07:26
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.

2 participants