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

Qiskit / qiskit / 10949079071
88%

Build:
DEFAULT BRANCH: main
Ran 19 Sep 2024 09:40PM UTC
Jobs 1
Files 884
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 08:01PM UTC coverage: 88.779% (-0.02%) from 88.798%
10949079071

push

github

web-flow
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

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

18 existing lines in 2 files now uncovered.

73477 of 82764 relevant lines covered (88.78%)

362037.8 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
6
91.48
-1.25% crates/qasm2/src/lex.rs
12
97.15
-0.92% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 10949079071.1 19 Sep 2024 09:40PM UTC 884
88.78
GitHub Action Run
Source Files on build 10949079071
  • Tree
  • List 884
  • Changed 62
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9a896d3a on github
  • Prev Build on main (#10947873036)
  • Next Build on main (#10958031265)
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

© 2025 Coveralls, Inc