Closed
Description
Sometimes, depending on the PR the coverage report on GitHub removes a the coverage of a single line, part of _update_version_pypi
. From what I could tell this has something to do with sometimes registering the version as a pre-release and sometimes not.
A reasonable resolution to this is to store the fortls version as an internal variable and override it during unittesting