Skip to content

Commit

Permalink
🔧 Simplify pytest-cov config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 5, 2022
1 parent db45b81 commit 74f7cf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ export _TYPER_FORCE_DISABLE_TERMINAL=1
bash ./scripts/test-files.sh
# It seems xdist-pytest ensures modified sys.path to import relative modules in examples keeps working
pytest --cov-config=.coveragerc --cov --cov-report=term-missing -o console_output_style=progress --numprocesses=auto ${@}
# coverage run -m pytest -o console_output_style=progress ${@}
# pytest --cov=typer --cov=tests --cov=docs_src --cov-report=term-missing -o console_output_style=progress --numprocesses=auto ${@}

0 comments on commit 74f7cf0

Please sign in to comment.