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

Qiskit / qiskit / 17036454425
88%

Build:
DEFAULT BRANCH: main
Ran 18 Aug 2025 09:57AM UTC
Jobs 1
Files 841
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

18 Aug 2025 08:41AM UTC coverage: 88.252% (+0.001%) from 88.251%
17036454425

push

github

web-flow
Leverage Qubit type directly in hls code (#14627)

The high level synthesis pass was previously not leveraging the Qubit
type directly and actively working against the type system. Instead it
was using usize to represent qubit indices and any time there was
anything that returned a qubit it would convert it to a usize. This
resulted in more small allocations and also removing the benefits of
using the Qubit type. This commit fixes this by using the Qubit type
where applicable and simplifying the interfaces to work with Qubit. One
small tweak made is to separate the Python and rust interfaces because
the Python interface needs to work with Vec<Qubit> but the rust
interface is more natural taking either a slice or iterator of Qubit.

107 of 120 new or added lines in 1 file covered. (89.17%)

5 existing lines in 3 files now uncovered.

88068 of 99792 relevant lines covered (88.25%)

508884.16 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
13
86.71
-1.05% crates/transpiler/src/passes/high_level_synthesis.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
83.39
0.0% crates/circuit/src/parameter/parameter_expression.rs
1
86.71
-1.05% crates/transpiler/src/passes/high_level_synthesis.rs
3
91.49
0.0% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 17036454425.1 18 Aug 2025 09:57AM UTC 841
88.25
GitHub Action Run
Source Files on build 17036454425
  • Tree
  • List 841
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17036454425
  • 023cbd4e on github
  • Prev Build on gh-readonly-queue/main/pr-14816-ec33c11894e83a7d087332d9675583d4bd3593de (#17018535271)
  • Next Build on main (#17051376505)
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