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

Qiskit / qiskit / 15428348544
88%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2025 10:03PM UTC
Jobs 1
Files 823
Run time 9min
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

03 Jun 2025 09:07PM UTC coverage: 87.893% (-0.01%) from 87.904%
15428348544

push

github

web-flow
Fix qiskit-synthesis crate standalone builds (#14526)

In the recently merged #14203 the bincode dependency was added to the
qiskit-synthesis crate to provide a binary serialization of the computed
basic approximations. However, under the covers this library is using
serde and it depends on having anything passed to it be serde
serializable. When building the qiskit-synthesis crate by itself the
hashbrown crate does not enable the serde feature meaning it doesn't
derive the necessary serialization traits for serde. This didn't show up
in a full build because other libraries pulled in as part of the build
cause serde to be enabled for hashbrown. This commit fixes this by
adding the serde feature to the Cargo.toml for hashbrown to ensure we're
building with the feature required in the crate using it.

This also takes the opportunity to fix some small clippy lint issues
identified by the latest stable version of clippy in the synthesis crate
which were introduced in #14203 and #13929.

2 of 2 new or added lines in 1 file covered. (100.0%)

21 existing lines in 4 files now uncovered.

81384 of 92594 relevant lines covered (87.89%)

525303.47 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
94.57
0.0% crates/transpiler/src/passes/unitary_synthesis.rs
2
75.3
0.09% crates/circuit/src/symbol_expr.rs
6
92.23
0.0% crates/qasm2/src/lex.rs
12
96.68
-0.93% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 15428348544.1 03 Jun 2025 10:03PM UTC 823
87.89
GitHub Action Run
Source Files on build 15428348544
  • Tree
  • List 823
  • Changed 6
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15428348544
  • 37756f2d on github
  • Prev Build on main (#15424467133)
  • Next Build on main (#15430722352)
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