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

Qiskit / qiskit / 22894222907
88%

Build:
DEFAULT BRANCH: main
Ran 10 Mar 2026 09:16AM UTC
Jobs 1
Files 905
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

10 Mar 2026 08:21AM UTC coverage: 87.736% (+0.004%) from 87.732%
22894222907

push

github

web-flow
Disable implicit cloning `FromPyObject` impl of `PyCircuitData` (#15786)

`CircuitData` is _in general_ a heavy type to extract, and in general it
_shouldn't_ be too easy to accidentally extract it instead of borrowing
it.  This will become more important for correctness (not just
performance) in the future when the `inner` type becomes
`Arc<RwLock<CircuitData>>`, so we don't end up with spurious clones of
the `Arc`, which would be far harder to detect, because there won't be a
performance hit that goes with it; we'd only be able to detect
subsequent problems in runtime threaded code that attempted to do things
like `Arc::get_mut` on Python instances that _should_ have been unique.

8 of 8 new or added lines in 3 files covered. (100.0%)

11 existing lines in 3 files now uncovered.

101168 of 115310 relevant lines covered (87.74%)

1169421.16 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.82
-0.24% crates/qasm2/src/expr.rs
4
92.8
0.51% crates/qasm2/src/lex.rs
6
97.63
-0.47% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 22894222907.1 10 Mar 2026 09:16AM UTC 905
87.74
GitHub Action Run
Source Files on build 22894222907
  • Tree
  • List 905
  • Changed 8
  • Source Changed 4
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22894222907
  • 972a18e9 on github
  • Prev Build on gh-readonly-queue/main/pr-15789-9825e70a287845e1b46ec7b7b0779ca1e20940a4 (#22891613032)
  • Next Build on main (#22894395332)
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