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

✨ Match or skip handler (function) names #154

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roniemartinez
Copy link
Owner

Resolves #29

@roniemartinez roniemartinez added the enhancement New feature or request label May 21, 2022
@roniemartinez roniemartinez added this to the Alpha milestone May 21, 2022
@roniemartinez roniemartinez self-assigned this May 21, 2022
@roniemartinez roniemartinez added this to In progress in The Dude May 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2022

Codecov Report

Merging #154 (72d1cfe) into master (681b905) will decrease coverage by 0.40%.
The diff coverage is 73.33%.

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
- Coverage   97.75%   97.34%   -0.41%     
==========================================
  Files          14       14              
  Lines        1156     1166      +10     
==========================================
+ Hits         1130     1135       +5     
- Misses         26       31       +5     
Impacted Files Coverage Δ
dude/__init__.py 100.00% <ø> (ø)
dude/optional/beautifulsoup_scraper.py 100.00% <ø> (ø)
dude/optional/lxml_scraper.py 100.00% <ø> (ø)
dude/optional/parsel_scraper.py 100.00% <ø> (ø)
dude/optional/pyppeteer_scraper.py 98.16% <ø> (ø)
dude/optional/selenium_scraper.py 100.00% <ø> (ø)
dude/playwright_scraper.py 81.20% <ø> (-0.76%) ⬇️
dude/scraper.py 100.00% <ø> (ø)
dude/rule.py 97.10% <66.66%> (-2.90%) ⬇️
dude/base.py 99.30% <77.77%> (-0.70%) ⬇️
... 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 681b905...72d1cfe. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
The Dude
In progress
Development

Successfully merging this pull request may close these issues.

Add option to run or skip specific handler functions
2 participants