georgetown-cset / funder-finder

Retrieve GitHub repo funding information
Apache License 2.0
7 stars 2 forks source link

GSOC retriever #39

Closed jmelot closed 1 year ago

jmelot commented 1 year ago

Closes #22

github-actions[bot] commented 1 year ago

No need for rebasing :+1: behind_count is 0 ahead_count is 26

github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
592 424 72% 0% 🟢

New Files

File Coverage Status
funderfinder/sources/gsoc.py 74% 🟢
funderfinder/utils/list_gsoc.py 68% 🟢
funderfinder/utils/utils.py 100% 🟢
tests/sources/test_gsoc.py 100% 🟢
tests/utils/test_list_gsoc.py 100% 🟢
TOTAL 88% 🟢

Modified Files

File Coverage Status
funderfinder/sources/_finder.py 94% 🟢
funderfinder/utils/list_numfocus.py 32% 🟢
TOTAL 63% 🟢

updated for commit: e8dafaa by action🐍

jmelot commented 1 year ago

@jspeed-meyers I (...finally) made a quick pass at this, please let me know what you think when you get a chance! Since it relies entirely on the appearance of a github link in the project text or links, it is imperfect (you can see what I mean if you browse the data, although of course some of these projects really aren't on github) -- very much welcome any ideas for making it better

jspeed-meyers commented 1 year ago

SWEET! Ship it when you're ready.