diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f19fc78..15c6d810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - run: pip install -r src/python-fastui/requirements/pyproject.txt - run: pip install src/python-fastui - - run: coverage run -m pytest src + - run: coverage run --debug=trace -m pytest src # display coverage and fail if it's below 80%, which shouldn't happen - run: coverage report --fail-under=80