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

Qiskit / qiskit / 22893443469
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-15784-38a4be5d37b1293f48d88dfafd825fae4054db29
DEFAULT BRANCH: main
Ran 10 Mar 2026 08:52AM 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.715% (-0.02%) from 87.732%
22893443469

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

24 existing lines in 3 files now uncovered.

101144 of 115310 relevant lines covered (87.71%)

1170694.92 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
73.98
-0.04% crates/circuit/src/parameter/symbol_expr.rs
5
92.03
-0.26% crates/qasm2/src/lex.rs
18
96.68
-1.42% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 22893443469.1 10 Mar 2026 08:52AM UTC 905
87.71
GitHub Action Run
Source Files on build 22893443469
  • Tree
  • List 905
  • Changed 7
  • Source Changed 4
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22893443469
  • 972a18e9 on github
  • Prev Build on gh-readonly-queue/main/pr-15789-9825e70a287845e1b46ec7b7b0779ca1e20940a4 (#22891613032)
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