Skip to content

Commit

Permalink
add debug=trace
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Feb 9, 2024
1 parent a79fe58 commit 019e7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 019e7bb

Please sign in to comment.