Skip to content

Commit

Permalink
✅ Log report to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Sep 19, 2023
1 parent 354dc06 commit fc753fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ warn_unused_configs = true
pythonpath = ["src"]

[tool.pytest.ini_options]
addopts = "--cov --cov-report=xml --ff -x --no-cov-on-fail --emoji -n4"
addopts = "--cov --cov-report=xml --cov-report term-missing --ff -x --no-cov-on-fail --emoji -n4"

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit fc753fa

Please sign in to comment.