• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 22315318093
88%

Build:
DEFAULT BRANCH: main
Ran 23 Feb 2026 05:08PM UTC
Jobs 1
Files 898
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Feb 2026 04:07PM UTC coverage: 87.866% (-0.005%) from 87.871%
22315318093

push

github

web-flow
Enable ruff T20 group (#15719)

One of the lints we previously had enabled in pylint was disallowing
prints. This was added in #13796 to prevent us from accidently
committing print debug statements which was happening fairly frequently.
However, in the recently merged #15603 we migrated from pylint to use
ruff and during that migration this lint was dropped. This commit
corrects this oversight by enabling the ruff rule group T20 which is
used to disable using print or pprint in code.

One small change that this enabled was the discovery there was an unused
`verbose` flag in the internal matplotlib circuit drawer APIs that was
used to print every op node as it drew them. This has no real value and
wasn't exposed via any public API so this commit just opts to remove the
option along with the print statement.

1 of 4 new or added lines in 4 files covered. (25.0%)

10 existing lines in 3 files now uncovered.

100204 of 114042 relevant lines covered (87.87%)

1153632.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
94.36
0.0% qiskit/quantum_info/operators/operator.py
1
87.5
0.0% qiskit/quantum_info/states/densitymatrix.py
1
90.27
0.0% qiskit/quantum_info/states/statevector.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
73.98
-0.04% crates/circuit/src/parameter/symbol_expr.rs
3
91.77
0.0% crates/qasm2/src/lex.rs
6
97.63
-0.47% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 22315318093.1 23 Feb 2026 05:08PM UTC 898
87.87
GitHub Action Run
Source Files on build 22315318093
  • Tree
  • List 898
  • Changed 7
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22315318093
  • bf619439 on github
  • Prev Build on gh-readonly-queue/main/pr-15717-e81a3b31403f707f868eb36cbbf3351077156e1f (#22313138489)
  • Next Build on main (#22315870433)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc