webbpsf
webbpsf copied to clipboard
Improve test coverage after v1.1.0
#584 and #588 showed decreases in test coverage that should be rectified. See their respective codecov results here and here for more information on the files affected. @mperrin suggested that at least some of the uncovered code (particularly new functions in trending.py
) doesn't actually need tests and can instead take a # pragma : no cover
comment in the appropriate places.