NIAEFEUP / uni

Mobile app designed to help students of the University of Porto to manage their academic life.
GNU General Public License v3.0
50 stars 18 forks source link

fix: error when there is no unit bibliography #1323

Closed limwa closed 2 months ago

limwa commented 2 months ago

This PR fixes an issue where fetching a curricular unit's details fails when there is no bibliography on SIGARRA for the unit.

Review checklist

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 11%. Comparing base (3909b97) to head (e0d8d97). Report is 7 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1323 +/- ## ======================================= + Coverage 11% 11% +1% ======================================= Files 268 268 Lines 7303 7302 -1 ======================================= Hits 799 799 + Misses 6504 6503 -1 ```