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

Qiskit / qiskit / 10949090882
90%
main: 87%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-15840-919eaf6c828e441f54d1c92c95017134bb218b94
DEFAULT BRANCH: main
Ran 19 Sep 2024 09:39PM UTC
Jobs 1
Files 855
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

19 Sep 2024 09:19PM UTC coverage: 89.767% (+0.009%) from 89.758%
10949090882

Pull #13194

github

mergify[bot]
Don't run ElidePermutation if routing is disabled (#13184)

* Don't run ElidePermutation if routing is disabled

We have a routing plugin named "none" which is used to assert that no
routing should be performed (it errors if there is routing required).
We were previously running the ElidePermutations pass in this case which
is not the expected or correct behavior because it causes the same kind
of permutation as routing and would eliminate and swap gates in the
circuit. As the typical use case for routing_method='none' is when
you've already routed a circuit (or constructed it by hand to match the
connectivity constraints) we shouldn't be doing this. This commit fixes
this behavior so if the routing_method is set to "none" we no longer run
the ElidePermutations pass.

Fixes #13144

* Move release note to the correct location

(cherry picked from commit 9a896d3ae)
Pull Request #13194: Don't run ElidePermutation if routing is disabled (backport #13184)

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

10 existing lines in 2 files now uncovered.

66881 of 74505 relevant lines covered (89.77%)

218828.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10949090882.1 19 Sep 2024 09:39PM UTC 0
89.77
GitHub Action Run
Source Files on build 10949090882
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #13194
  • PR Base - stable/1.2 (#10938909061)
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