Closed jspeed-meyers closed 1 year ago
No need for rebasing :+1: behind_count is 0 ahead_count is 1
current status: ✅
Overall Coverage
Lines Covered Coverage Threshold Status 89 74 83% 0% 🟢 New Files
No new covered files...
Modified Files
File Coverage Status funderfinder/utils/github_sources.py 78% 🟢 TOTAL 78% 🟢 updated for commit:
f0564a3
by action🐍
Closes #17
This change eliminates a deprecation warning that was appearing in the CI.
I had initially thought that a method inside beautiful soup was deprecated. Actually, the
funder-finder
code was using a deprecated beautiful soup method. This should fix the deprecation warning that showing up in the CI without impacting functionality.Signed-off-by: John Speed Meyers jsmeyers@chainguard.dev