Skip to content

Commit

Permalink
remove debug=trace
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Feb 9, 2024
1 parent 70c274c commit b7a8a72
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 -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

Expand Down

0 comments on commit b7a8a72

Please sign in to comment.