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

Qiskit / qiskit / 26394827629
88%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 10:30AM UTC
Jobs 1
Files 945
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

25 May 2026 09:33AM UTC coverage: 87.514%. Remained the same
26394827629

push

github

web-flow
Fix import order of `circuit` and `synthesis` (#16252)

Synthesis is a higher-level concept than the descriptions of the library
gates themselves.  While `qiskit.synthesis` is frequently used to
provide the "default" synthesis of various library gates (the
`Instruction.definition` field), those should be runtime-resolved
imports, and it should be possible to completely resolve the
`qiskit.circuit` module import before starting the import of
`qiskit.synthesis`.

Being stricter about intended import order makes the logical separation
of concerns clearer, but also lets us write our packages and imports
using a proper public-interface setup.  If we're lax, we end up having
so many files importing hyper-specific imports that make it
unnecessarily hard to refactor later, and make annoying import cycles
when modifying code.

16 of 16 new or added lines in 6 files covered. (100.0%)

15 existing lines in 4 files now uncovered.

108455 of 123929 relevant lines covered (87.51%)

958459.68 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
92.54
0.0% crates/qasm2/src/lex.rs
6
97.15
0.0% crates/qasm2/src/parse.rs
2
73.84
-0.04% crates/circuit/src/parameter/symbol_expr.rs
1
91.04
0.0% crates/circuit/src/parameter/parameter_expression.rs
Jobs
ID Job ID Ran Files Coverage
1 26394827629.1 25 May 2026 10:30AM UTC 945
87.51
GitHub Action Run
Source Files on build 26394827629
  • Tree
  • List 945
  • Changed 10
  • Source Changed 6
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26394827629
  • 8acbb043 on github
  • Prev Build on gh-readonly-queue/main/pr-16174-61169fc225ec346a2a826bf32554c8d780fcb8cf (#26364847193)
  • Next Build on main (#26435541337)
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