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

Qiskit / qiskit / 10948046713
89%
main: 88%

Build:
Build:
LAST BUILD BRANCH: substitute_pi4_rotations
DEFAULT BRANCH: main
Ran 19 Sep 2024 08:22PM UTC
Jobs 1
Files 884
Run time 3min
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.787% (-0.01%) from 88.798%
10948046713

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%)

11 existing lines in 2 files now uncovered.

73484 of 82764 relevant lines covered (88.79%)

361239.88 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
5
91.48
-1.25% crates/qasm2/src/lex.rs
6
97.61
-0.46% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 10948046713.1 19 Sep 2024 08:22PM UTC 884
88.79
GitHub Action Run
Source Files on build 10948046713
  • Tree
  • List 884
  • Changed 63
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9a896d3a on github
  • Prev Build on main (#10947873036)
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