Skip to content

Commit

Permalink
Update ecosystem.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Oct 1, 2023
1 parent ee7154e commit d4cf5cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"versions": ["3.9"]
},
"tests_command": [
"pytest -v q_kernel_ops --skip=q_kernel_ops.workflow"
"pytest -v q_kernel_ops"
],
"styles_check_command": [
"pylint -rn q_kernel_ops tests"
],
"coverages_check_command": [
"coverage3 run -m pytest",
"coverage3 report --fail-under=80"
"coverage3 report --fail-under=70"
],
"qiskit": true
}

0 comments on commit d4cf5cf

Please sign in to comment.