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

Qiskit / qiskit / 22314321557
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: ruff-D417
DEFAULT BRANCH: main
Ran 23 Feb 2026 04:46PM 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.858% (-0.01%) from 87.871%
22314321557

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%)

23 existing lines in 4 files now uncovered.

100195 of 114042 relevant lines covered (87.86%)

1149937.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
87.11
0.0% crates/circuit/src/parameter/parameter_expression.rs
2
92.03
0.26% crates/qasm2/src/lex.rs
2
96.72
-0.51% crates/transpiler/src/passes/unitary_synthesis/mod.rs
18
96.68
-1.42% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 22314321557.1 23 Feb 2026 04:46PM UTC 898
87.86
GitHub Action Run
Source Files on build 22314321557
  • Tree
  • List 898
  • Changed 11
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22314321557
  • bf619439 on github
  • Prev Build on gh-readonly-queue/main/pr-15717-e81a3b31403f707f868eb36cbbf3351077156e1f (#22313138489)
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