Skip to content

Commit

Permalink
decrease coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Mar 18, 2024
1 parent 950cc6c commit ac1ff33
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 @@ -40,7 +40,7 @@ commands =
coverage3 run --source qiskit_research --parallel-mode -m pytest test/ {posargs}
coverage3 combine
coverage3 html
coverage3 report --fail-under=80
coverage3 report --fail-under=50

[testenv:docs]
extras =
Expand Down

0 comments on commit ac1ff33

Please sign in to comment.