nelsonic / github-scraper

🕷 🕸 crawl GitHub web pages for insights we can't GET from the API ... 💡
425 stars 96 forks source link

Update Repos Scraper #109

Closed nelsonic closed 4 years ago

nelsonic commented 4 years ago

This PR updates the parsers for the 2020 UI/DOM. Tests pass so you know it works. 😉

codecov-io commented 4 years ago

Codecov Report

Merging #109 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #109   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        16    +2     
  Lines          192       224   +32     
=========================================
+ Hits           192       224   +32     
Impacted Files Coverage Δ
lib/scrapers.js 100.00% <ø> (ø)
lib/org.js 100.00% <100.00%> (ø)
lib/profile.js 100.00% <100.00%> (ø)
lib/repo.js 100.00% <100.00%> (ø)
lib/repos_user.js 100.00% <100.00%> (ø)
lib/switcher.js 100.00% <100.00%> (ø)
lib/utils.js 100.00% <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 1d94380...dfb6b12. Read the comment docs.

nelsonic commented 4 years ago

@iteles please review/merge when you can. (not urgent) Thanks! ☀️