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

Qiskit / qiskit / 19877551500
88%

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 12:41AM UTC
Jobs 1
Files 880
Run time 2min
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

02 Dec 2025 11:37PM UTC coverage: 88.35% (+0.02%) from 88.332%
19877551500

push

github

web-flow
Stop using a parallel sort in disjoint utils (#15410)

This commit switches the use of `par_sort_by_unstable()` to the serial
`sort_by_unstable()` implementation in the disjoint layout module. While
the parallel sort is faster and has some heuristics to limit the
multithreaded usage when the overhead isn't worth the tradeoff, the use
of multithreading from Python is potentially fraught when mixing with
multiprocessing in Python. For this reason all of our multithreaded
calls are supposed to guard against running in parallel based on env
vars that indicate the rust code is being executed in a multiprocessing
context. However the parallel sorts were missing this check and in this
case the overhead of checking we can run in multiple threads will likely
outweigh any speedup from a parallel sort. So this commit just opts to
drop the parallel sort and avoid the potential complications.

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

13 existing lines in 2 files now uncovered.

95907 of 108554 relevant lines covered (88.35%)

1208547.59 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
92.03
0.0% crates/qasm2/src/lex.rs
10
72.98
-0.25% crates/circuit/src/parameter/symbol_expr.rs
Jobs
ID Job ID Ran Files Coverage
1 19877551500.1 03 Dec 2025 12:41AM UTC 880
88.35
GitHub Action Run
Source Files on build 19877551500
  • Tree
  • List 880
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19877551500
  • cae0817b on github
  • Prev Build on gh-readonly-queue/main/pr-15241-2cde493235089b821f93215f29b4e119f5cd1bde (#19871772406)
  • Next Build on main (#19896712024)
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