fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
254 stars 40 forks source link

refactor: adds custom exceptions #380

Open gnikit opened 6 months ago

gnikit commented 6 months ago

This is a first attempt at the problem.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 84.74576% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 88.03%. Comparing base (a5fc5ed) to head (2c4273d).

Files Patch % Lines
fortls/langserver.py 57.14% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #380 +/- ## ========================================== + Coverage 87.99% 88.03% +0.04% ========================================== Files 35 36 +1 Lines 4788 4799 +11 ========================================== + Hits 4213 4225 +12 + Misses 575 574 -1 ```

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