tox-dev/pyproject-fmt

1.0.0: coverage issue

mtelka opened this issue · 1 comments

mtelka commented

I'm running tests for pyproject_fmt 1.0.0 and the coverage fails:

---------- coverage: platform sunos5, python 3.9.16-final-0 ----------
Name                               Stmts   Miss Branch BrPart  Cover   Missing
------------------------------------------------------------------------------
tests/test_pyproject_toml_fmt.py      10      1      0      0    90%   16
------------------------------------------------------------------------------
TOTAL                                258      1     18      0    99%

8 files skipped due to complete coverage.
Coverage HTML written to dir $(BUILD_DIR)/.tox/py39/tmp/htmlcov
Coverage XML written to file $(BUILD_DIR)/.tox/coverage.py39.xml

FAIL Required test coverage of 100% not reached. Total coverage: 99.64%
mtelka commented

I just found that I explicitly disabled one test and this caused the coverage issue. Everything works as expected. Sorry for noise.