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

Qiskit / qiskit / 10684861154
89%
main: 88%

Build:
Build:
LAST BUILD BRANCH: rust_qpy
DEFAULT BRANCH: main
Ran 03 Sep 2024 02:47PM UTC
Jobs 1
Files 874
Run time 3min
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 Sep 2024 01:46PM UTC coverage: 89.176% (-0.02%) from 89.196%
10684861154

push

github

web-flow
Fix extraction of controlled parametric gates (#13067)

The `mutable` check in the controlled-gate `OperationFromPython`
extraction logic to check for a mutated `base_gate` was overzealous,
and would return false positives for parametric controlled gates.  The
only modification to `base_gate` of a standard-library gate that would
not have caused data-model problems from Python space would be setting
the base-gate label, which is used for a public feature of the circuit
visualisers.

The change to `get_standard_gate_name_mapping` is just a minor
convenience to make the gate objects directly appendable to a circuit;
previously, each `Parameter` object was distinct and had a UUID clash
with others of the same name, so could not be used together.  The new
behaviour is purely a convenience for tests; it largely should not be
useful for users to directly append these gates.

10 of 10 new or added lines in 2 files covered. (100.0%)

18 existing lines in 3 files now uncovered.

72446 of 81239 relevant lines covered (89.18%)

404418.02 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
95.19
-1.37% crates/circuit/src/packed_instruction.rs
6
88.63
-0.13% crates/circuit/src/dag_circuit.rs
8
91.48
-1.75% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 10684861154.1 03 Sep 2024 02:47PM UTC 874
89.18
GitHub Action Run
Source Files on build 10684861154
  • Tree
  • List 874
  • Changed 54
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8f330847 on github
  • Prev Build on gh-readonly-queue/main/pr-12870-b501db1e218817abc353f150011b4f2e79e53b1f (#10684101555)
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