adsabs / ADSIngestParser

Curation parser library
MIT License
0 stars 7 forks source link

Fix aa collab.20241017 #140

Closed seasidesparrow closed 1 month ago

seasidesparrow commented 1 month ago

Issue with nested collaborations without tag -- attempt to insert None into a tag raises BeautifulSoup exception. This patch checks for the existence of the variable before inserting.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.57%. Comparing base (3e25041) to head (c7581bb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================== + Coverage 91.46% 91.57% +0.10% ========================================== Files 25 25 Lines 2858 2859 +1 ========================================== + Hits 2614 2618 +4 + Misses 244 241 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.