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