ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m coverage erase py$(PYV): commands[1]> python -m coverage run -m pytest tests ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) collecting ... collected 3 items tests/ukkonen_test.py::test_bounded PASSED tests/ukkonen_test.py::test_exact_match PASSED [100%]Clearing the cache tests/ukkonen_test.py::test_not_bounded PASSED ======== 3 passed ======== py$(PYV): commands[2]> python -m coverage report --fail-under 100 Name Stmts Miss Branch BrPart Cover Missing --------------------------------------------------- TOTAL 11 0 0 0 100% 3 files skipped due to complete coverage. py$(PYV): OK congratulations :)