Skip to content

Commit

Permalink
chore: remove coverage options from pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Jun 21, 2020
1 parent 27c5040 commit e6268e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[pytest]
python_files=??_test_*.py
addopts = --cov vecrec --cov-report html --no-cov-on-fail --doctest-modules
addopts = --doctest-modules

0 comments on commit e6268e1

Please sign in to comment.