Skip to content

Commit

Permalink
Append coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Nov 14, 2023
1 parent 7606355 commit 2460b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =

[testenv:test_orjson]
commands =
pytest --timeout=30 --cov=zwave_js_server --cov-report=xml {posargs}
pytest --timeout=30 --cov=zwave_js_server --cov-report=xml --cov-append {posargs}
deps =
-rrequirements.txt
-rrequirements_extra.txt
Expand Down

0 comments on commit 2460b3b

Please sign in to comment.