You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing less than 100% test coverage using this tool. Need to read more about pytest-cov and see if it's the if __name__ == "__main__" block of code that is being interpreted as uncovered...
tests/test_fgdb_to_gpkg.py . [100%]
---------- coverage: platform linux, python 3.10.6-final-0 -----------
Name Stmts Miss Cover
--------------------------------------------------
fgdb_to_gpkg/__init__.py 2 0 100%
fgdb_to_gpkg/fgdb_to_gpkg.py 27 10 63%
--------------------------------------------------
TOTAL 29 10 66%
Need to incorporate test coverage:
The text was updated successfully, but these errors were encountered: