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 null progress in library #1324

Closed limwa closed 2 months ago

limwa commented 2 months ago

This PR fixes an issue where library information fetching fails when there is null progress. We assume that null means 0 in the affluences API.

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 (67967c5). Report is 7 commits behind head on develop.

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