From 1b2984d2da33c15b474e4d2ae918048970eae092 Mon Sep 17 00:00:00 2001 From: Carlo Russo Date: Wed, 8 Nov 2023 12:52:01 +0100 Subject: [PATCH] Restored coverage flags in pytest.ini --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index a771d6eb..855f7aa0 100755 --- a/pytest.ini +++ b/pytest.ini @@ -14,4 +14,4 @@ env = D:NUMEXPR_MAX_THREADS=12 ; D:PCRASTER_NR_WORKER_THREADS=4 gives errors with pcraster.multicore - need changes in many hydro modules ; run pytest tests/ -m "slow" before release !!! -;addopts = -ra -x -l --cov=lisflood --cov-config=.coveragerc -m "not slow" -vv \ No newline at end of file +addopts = -ra -x -l --cov=lisflood --cov-config=.coveragerc -m "not slow" -vv \ No newline at end of file