From 2b00b886f4247e08e16fa4488bbfb69070718161 Mon Sep 17 00:00:00 2001 From: Kale Kundert Date: Sun, 21 Jun 2020 14:10:10 -0400 Subject: [PATCH] chore: add back --no-cov-on-fail option --- tests/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index 0bbfa54..47a55b7 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,3 +1,3 @@ [pytest] python_files=??_test_*.py -addopts = --cov vecrec --doctest-modules +addopts = --cov vecrec --no-cov-on-fail --doctest-modules