Skip to content

Commit

Permalink
Restored coverage flags in pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 committed Nov 8, 2023
1 parent d82badb commit 1b2984d
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
Expand Up @@ -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
addopts = -ra -x -l --cov=lisflood --cov-config=.coveragerc -m "not slow" -vv

0 comments on commit 1b2984d

Please sign in to comment.