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

Qiskit / qiskit-addon-aqc-tensor / 27787183954
100%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 08:28PM UTC
Jobs 1
Files 13
Run time 1min
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 Jun 2026 08:25PM UTC coverage: 100.0%. Remained the same
27787183954

push

github

web-flow
Bump ruff from 0.14.14 to 0.15.5 (#152)

* Bump ruff from 0.14.14 to 0.15.4

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.14 to 0.15.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.14.14...0.15.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Errors that could be auto-fixed

* Satisfy ruff 0.15.5 and bump ruff target-version to py310

The dependabot bump to ruff 0.15.5 enables several new lint rules.
Address the findings without changing runtime behavior:

- UP007/UP045: modernize Union[...]/Optional[...] annotations to the
  X | Y / X | None syntax (safe under `from __future__ import
  annotations`, and plum-dispatch handles PEP 604 unions).
- UP035: import Callable from collections.abc instead of typing.
- RUF022: the two `__all__` lists are intentionally grouped by section
  (the `# plum-dispatch methods` divider), not globally sorted, so
  suppress with `# noqa: RUF022` rather than reorder across the divider.
- TRY004: the two `raise ValueError` after isinstance checks are
  deliberately value-semantics errors (non-linear ParameterExpression),
  not type errors; suppress with `# noqa: TRY004`.
- B015/B018: removed two dead bare expressions in
  test_backwards_compatibility.py that were copied from notebook cells,
  and add B018 to the docs/** per-file-ignore (bare trailing expressions
  display their value in notebook cells).

Also bump `[tool.ruff] target-version` to py310 now that Python 3.9
support has been dropped.

The missing `assert` in test_random_circuit_statevector (flagged as
B015) is left commented out for now; enabling it surfaces a separate
Quimb backend out_state qubit-ordering bug fixed in #184.

Co-Autho... (continued)

12 of 12 new or added lines in 6 files covered. (100.0%)

669 of 669 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27787183954.1 18 Jun 2026 08:27PM UTC 13
100.0
GitHub Action Run
Source Files on build 27787183954
  • Tree
  • List 13
  • Changed 8
  • Source Changed 8
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27787183954
  • 4b5f9b93 on github
  • Prev Build on main (#27644313257)
  • Next Build on main (#27842114000)
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