clnsmth / soso

For creating Science On Schema.Org (SOSO) markup in dataset landing pages to improve data discovery through search engines.
https://soso.readthedocs.io/
MIT License
1 stars 0 forks source link

fix: incorrect comparison of bytes and string objects #202

Closed clnsmth closed 3 weeks ago

clnsmth commented 3 weeks ago

Address an issue in the is_url function where bytes objects are being compared to string objects using the == operator, leading to unexpected results.

codecov-commenter commented 3 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 96.27%. Comparing base (98887ee) to head (d155e86). Report is 1 commits behind head on development.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #202 +/- ## ============================================ Coverage 96.27% 96.27% ============================================ Files 5 5 Lines 483 483 ============================================ Hits 465 465 Misses 18 18 ```

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