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

Qiskit / qiskit-ibm-runtime / 27547428802
87%
main: 87%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-2914-1e18f24e0185040c47ab7f8a2d86aa92a27efcf1
DEFAULT BRANCH: main
Ran 15 Jun 2026 12:54PM UTC
Jobs 11
Files 315
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

15 Jun 2026 12:50PM UTC coverage: 87.013%. Remained the same
27547428802

push

github

web-flow
Update ruff config for more terse imports (#2921)

<!--
⚠️ The pull request title should be short detailed and understandable
for all.
⚠️ Also, please add a release note file using reno if the change needs
to be
  documented in the release notes.
⚠️ If your pull request fixes an open issue, please link to the issue.

✅ I have added the tests to cover my changes.
✅ I have updated the documentation accordingly.
✅ I have read the CONTRIBUTING document.
-->

### Summary

Disable the
[`split-on-trailing-comma`](https://docs.astral.sh/ruff/settings/#lint_isort_split-on-trailing-comma)
`isort` option, in order to automatically enforce keeping imports in one
line (if they fit).

This restricts a bit the flexibility (ie. developers cannot keep imports
in multiple lines if they fit in one line), but it allows for more
consistency and an easier time grepping over the codebase. Plus,
arguably we don't exercise that flexibility (there are a good number of
imports of just one item that are using multiple lines, likely due to
copy-pasting).

### Details and comments

Fixes N/A

There is also
https://docs.astral.sh/ruff/settings/#format_skip-magic-trailing-comma,
which applies not only to `import` but to the other statement. It felt a
bit aggressive to apply (dry-running it, it did caught some instances
where being more compact made sense, but there seemed to be enough
examples for extra lines included for providing more readability).

### AI/LLM disclosure

- [x] I didn't use LLM tooling, or only used it privately.

35 of 35 new or added lines in 20 files covered. (100.0%)

8080 of 9286 relevant lines covered (87.01%)

9.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 unit-tests_python3.13-ubuntu-latest - 27547428802.1 15 Jun 2026 12:55PM UTC 315
87.01
GitHub Action Run
2 unit-tests_python3.10-windows-latest - 27547428802.2 15 Jun 2026 12:56PM UTC 315
85.38
GitHub Action Run
3 unit-tests_python3.11-ubuntu-latest - 27547428802.3 15 Jun 2026 12:54PM UTC 315
87.01
GitHub Action Run
4 unit-tests_python3.13-windows-latest - 27547428802.4 15 Jun 2026 12:56PM UTC 315
85.38
GitHub Action Run
5 unit-tests_python3.11-macos-latest - 27547428802.5 15 Jun 2026 12:54PM UTC 315
87.01
GitHub Action Run
6 unit-tests_python3.13-macos-latest - 27547428802.6 15 Jun 2026 12:54PM UTC 315
87.01
GitHub Action Run
7 unit-tests_python3.12-ubuntu-latest - 27547428802.7 15 Jun 2026 12:55PM UTC 315
87.01
GitHub Action Run
8 unit-tests_python3.12-windows-latest - 27547428802.8 15 Jun 2026 12:56PM UTC 315
85.38
GitHub Action Run
9 unit-tests_python3.11-windows-latest - 27547428802.9 15 Jun 2026 12:56PM UTC 315
85.38
GitHub Action Run
10 unit-tests_python3.10-ubuntu-latest - 27547428802.10 15 Jun 2026 12:55PM UTC 315
87.01
GitHub Action Run
11 unit-tests_python3.12-macos-latest - 27547428802.11 15 Jun 2026 12:54PM UTC 315
87.01
GitHub Action Run
Source Files on build 27547428802
  • Tree
  • List 315
  • Changed 21
  • Source Changed 21
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27547428802
  • 22563b79 on github
  • Prev Build on gh-readonly-queue/main/pr-2911-32f760fd9d7481ef765c63816d3d501c3ed05220 (#27428394045)
  • Delete
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