Open philiporlando opened 1 year ago
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%
Test coverage has increased to 72% after merging #9.
Consider adding github action to check for code coverage.
Need to incorporate test coverage: