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: empty calendar #1334

Closed limwa closed 2 months ago

limwa commented 2 months ago

Fixes an issue where fetching the calendar returns no events due to a wrong URL, after conversion of %20 to + in Dart's standard lib.

Review checklist

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Project coverage is 11%. Comparing base (1fc65d3) to head (5515d1d). Report is 8 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1334 +/- ## ======================================= - Coverage 11% 11% -0% ======================================= Files 268 269 +1 Lines 7330 7341 +11 ======================================= Hits 802 802 - Misses 6528 6539 +11 ```