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

Qiskit / qiskit / 23049611020
88%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2026 12:25PM UTC
Jobs 1
Files 909
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

13 Mar 2026 11:24AM UTC coverage: 87.53% (-0.01%) from 87.543%
23049611020

push

github

web-flow
Fix stable clippy warnings (#15804)

This commit fixes clippy warnings that appear when running clippy from
the latest stable rust release 1.94.0. Fixing this pre-emptively will
avoid errors when we try to bump our MSRV in the future and also fix
the error for those of use that insist on testing with the latest
stable release of Rust and are seeing clippy complain about this.

I was planning to ignore the warnings when it was just the unnecessary
multiplication operator. But the recently introduced warning on:
"large size difference between variants" was more important to fix
asap. This warning slipped in as part of #15663 where a CircuitData was
added as an enum variant which is signifacntly larger than the other
enum variants. This solves that by just boxing the circuit data and then
adjusting it's usage in the qpy module.

0 of 2 new or added lines in 2 files covered. (0.0%)

20 existing lines in 2 files now uncovered.

101235 of 115658 relevant lines covered (87.53%)

1166563.75 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
84.58
0.0% crates/qpy/src/circuit_reader.rs
1
79.84
0.0% crates/qpy/src/value.rs

Uncovered Existing Lines

Lines Coverage ∆ File
8
92.03
-1.54% crates/qasm2/src/lex.rs
12
97.15
-0.95% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 23049611020.1 13 Mar 2026 12:25PM UTC 909
87.53
GitHub Action Run
Source Files on build 23049611020
  • Tree
  • List 909
  • Changed 7
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23049611020
  • fb047533 on github
  • Prev Build on gh-readonly-queue/main/pr-15635-31a2a1452dcf2b66ca42f567293217656d804a36 (#23021962910)
  • Next Build on main (#23050642966)
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