Skip to content

Commit

Permalink
fix(pytest.ini): remove pytest-cov options
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Aug 3, 2024
1 parent 6747791 commit 775410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
python_files = test_*.py
addopts = -slv --cov-report term-missing --tb=short --durations=10
addopts = -slv --tb=short
norecursedirs = .git __pycache__ .venv

0 comments on commit 775410c

Please sign in to comment.