From 019e7bbd4770979fbcff96814a02116d38ffa7af Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Fri, 9 Feb 2024 13:21:12 +0000 Subject: [PATCH] add debug=trace --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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