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

Qiskit / qiskit / 15330118071
88%

Build:
DEFAULT BRANCH: main
Ran 29 May 2025 06:43PM UTC
Jobs 1
Files 815
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

29 May 2025 05:31PM UTC coverage: 87.861% (+0.002%) from 87.859%
15330118071

push

github

web-flow
Remove unexecutable code path in InstructionDurations (#14275)

* Remove unexecutable code path in InstructionDurations

With the removal of BackendV1 in Qiskit 2.0 there was a code path in the
`InstructionDurations` class's `.from_duration()` constructor method
that still was handling the case of backend input not being `BackendV2`.
Right now in Qiskit the only valid `Backend` subclass is `BackendV2` so
this other code path is never executable. This commit simplifies this
method so that only the BackendV2 code path exists. However, the
signature is not changed for backwards compatibility, which is something
we'll need to manage if/when a BackendV3 is added.

* Add missing raises documentation

0 of 1 new or added line in 1 file covered. (0.0%)

18 existing lines in 3 files now uncovered.

79613 of 90612 relevant lines covered (87.86%)

363900.82 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
85.59
10.22% qiskit/transpiler/instruction_durations.py

Uncovered Existing Lines

Lines Coverage ∆ File
6
75.16
-0.23% crates/circuit/src/symbol_expr.rs
6
92.23
-0.25% crates/qasm2/src/lex.rs
6
96.68
-0.46% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 15330118071.1 29 May 2025 06:43PM UTC 815
87.86
GitHub Action Run
Source Files on build 15330118071
  • Tree
  • List 815
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15330118071
  • 8140c8ae on github
  • Prev Build on main (#15330061903)
  • Next Build on main (#15333013138)
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

© 2025 Coveralls, Inc