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 processing pipelines #11

Merged
merged 3 commits into from
Jun 9, 2020

Conversation

codders
Copy link

@codders codders commented Jun 4, 2020

In preparation for a more diverse feature-set, I've refactored the code so that exposes are passed through a number of filtering / transformation steps. These steps can be joined into a pipeline, which is applied to the results of a crawl to give the processed exposes.

@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2020

Codecov Report

Merging #11 into master will increase coverage by 4.92%.
The diff coverage is 91.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   70.40%   75.32%   +4.92%     
==========================================
  Files          12       16       +4     
  Lines         669      758      +89     
  Branches       81       92      +11     
==========================================
+ Hits          471      571     +100     
+ Misses        172      155      -17     
- Partials       26       32       +6     
Impacted Files Coverage Δ
flathunter/gmaps_duration_processor.py 76.36% <76.36%> (ø)
flathunter/hunter.py 81.39% <88.88%> (+32.37%) ⬆️
flathunter/default_processors.py 92.85% <92.85%> (ø)
flathunter/abstract_processor.py 100.00% <100.00%> (ø)
flathunter/config.py 66.03% <100.00%> (-33.97%) ⬇️
flathunter/filter.py 85.12% <100.00%> (+0.91%) ⬆️
flathunter/processor.py 100.00% <100.00%> (ø)
flathunter/sender_telegram.py 89.65% <100.00%> (+2.15%) ⬆️
... and 3 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 3ca75c3...959fe66. Read the comment docs.

@codders codders requested a review from nihalsid June 4, 2020 12:46
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.

None yet

2 participants