PaulMcInnis / JobFunnel

Scrape job websites into a single spreadsheet with no duplicates.
MIT License
1.81k stars 212 forks source link

Bugs fixes, adjustments, and cleaning. #84

Closed bunsenmurder closed 4 years ago

bunsenmurder commented 4 years ago

Description

As the title implies, this pull request encompasses a few bug fixes, a few adjustments and some code cleaning. Major changes I've made will be described here; any minor details or specifics can be found within the commit messages.

Fixes

Adjustments

Context of change

Please add options that are relevant and mark any boxes that apply.

Type of change

Please mark any boxes that apply.

How Has This Been Tested?

Checklist:

Please mark any boxes that have been completed.

codecov-commenter commented 4 years ago

Codecov Report

Merging #84 into master will decrease coverage by 0.02%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   58.37%   58.34%   -0.03%     
==========================================
  Files          13       13              
  Lines        1146     1150       +4     
==========================================
+ Hits          669      671       +2     
- Misses        477      479       +2     
Impacted Files Coverage Δ
jobfunnel/glassdoor_dynamic.py 16.37% <0.00%> (-0.15%) :arrow_down:
jobfunnel/monster.py 28.14% <33.33%> (+0.53%) :arrow_up:
jobfunnel/jobfunnel.py 47.70% <50.00%> (+0.02%) :arrow_up:
jobfunnel/glassdoor_static.py 28.57% <60.00%> (+0.68%) :arrow_up:
jobfunnel/glassdoor_base.py 57.89% <66.66%> (-0.73%) :arrow_down:
jobfunnel/indeed.py 87.32% <100.00%> (ø)

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 0a246cb...7f27900. Read the comment docs.

bunsenmurder commented 4 years ago

Thanks @PaulMcInnis ! Btw, the codecov bot doesn't seem to like some my changes. Is there anything specific I need to add when making pull requests?

PaulMcInnis commented 4 years ago

Its ok, its just unhappy about reduction in coverage - should be possible to widen the threshold so it doesn't fail for so little a reduction.

On Sat, Jul 11, 2020 at 3:16 PM Erich M notifications@github.com wrote:

Thanks @PaulMcInnis https://github.com/PaulMcInnis ! Btw, the codecov bot doesn't seem to like some my changes. Is there anything specific I need to add when making pull requests?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PaulMcInnis/JobFunnel/pull/84#issuecomment-657114743, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYKY2LFNYOLLN42VZJZXRDR3C3A3ANCNFSM4OWZRRPQ .

--

  • Paul McInnis