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

Qiskit / qiskit / 26464948527
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-16336-a5cfe3e906a79da9da2973d720a3d2a264ac0b75
DEFAULT BRANCH: main
Ran 26 May 2026 06:03PM UTC
Jobs 1
Files 923
Run time 4min
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

26 May 2026 05:41PM UTC coverage: 87.767% (+0.09%) from 87.676%
26464948527

push

github

web-flow
Initialize ConstrainedReschedule.target unconditionally (#16246) (#16280)

* Initialize ConstrainedReschedule.target unconditionally

`ConstrainedReschedule.__init__` only assigned `self.target` inside the
`if target is not None` branch.  When the pass was constructed without
a `target=` argument (the alignment-only path that the docstring still
advertises), `run()` raised

    AttributeError: 'ConstrainedReschedule' object has no attribute 'target'

at the call to the Rust `constrained_reschedule` helper.  The Rust
function's `target` parameter is `Option<&Target>`, so passing `None`
is supported; `self.target` simply needed to be initialised.

Adds a regression test that exercises the alignment-only path.

Fixes #16245

* Address review feedback: trim reno, strengthen test, add attribution

- Reno: adopt @jakelishman's shorter suggested wording.
- Test: trim the long docstring (git holds the rest).
- Test: replace the implicit "doesn't raise" assertion with a positive
  assertion that the alignment-only path returns the expected
  node_start_time for an already-aligned circuit.  The shifted-alignment
  behaviour is tracked separately in #16186 / #16210, so this PR's test
  exercises the no-shift case.
- Test: add the Claude Opus 4.7 attribution comment per the LLM policy
  discussion.

---------


(cherry picked from commit 6412c2f37)

Co-authored-by: Greg Neighbors <gkneighb@mac.com>
Co-authored-by: gkneighb <gkneighb@users.noreply.github.com>

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

5 existing lines in 3 files now uncovered.

104322 of 118862 relevant lines covered (87.77%)

1011504.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
92.29
0.26% crates/qasm2/src/lex.rs
1
90.53
0.0% crates/circuit/src/parameter/parameter_expression.rs
1
74.13
0.0% crates/circuit/src/parameter/symbol_expr.rs
Jobs
ID Job ID Ran Files Coverage
1 26464948527.1 26 May 2026 06:03PM UTC 923
87.77
GitHub Action Run
Source Files on build 26464948527
  • Tree
  • List 923
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26464948527
  • 69cb824d on github
  • Prev Build on gh-readonly-queue/stable/2.4/pr-16238-f3fb8613272576a69d7a3bf5249304b29d9e4a3f (#26462940192)
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