From b7a8a72f3d1adad2956dba67fd57315c7144ee79 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Fri, 9 Feb 2024 13:28:42 +0000 Subject: [PATCH] remove 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 f5c65e20..db691e08 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 -e src/python-fastui - - run: coverage run --debug=trace -m pytest src + - run: coverage run -m pytest src # display coverage and fail if it's below 80%, which shouldn't happen - run: coverage report --fail-under=80