multitax
multitax copied to clipboard
Mrpossoms/silva adaptive download links
Use beautifulsoup to scrape download links from file listing webpages. Anchor tags whose href attribute matches a regex pattern are returned as download link candidates. This will allow dataset downloads to better adapt to version and organizational changes without interruption of normal functionality.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
Attention: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.
Project coverage is 95.21%. Comparing base (
876d1ac) to head (c996fd2). Report is 4 commits behind head on main.
| Files | Patch % | Lines |
|---|---|---|
| multitax/utils.py | 84.61% | 2 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #21 +/- ##
==========================================
- Coverage 95.38% 95.21% -0.18%
==========================================
Files 10 10
Lines 824 836 +12
==========================================
+ Hits 786 796 +10
- Misses 38 40 +2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Nice! Thanks for the PR. The BeautifulSoup package is very limited in terms of compatibility with python versions, almost all tests failed. Is there a way to achieve the same without it?