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

Qiskit / qiskit / 15300566108
88%

Build:
DEFAULT BRANCH: main
Ran 28 May 2025 01:42PM UTC
Jobs 1
Files 815
Run time 7min
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

28 May 2025 12:06PM UTC coverage: 87.83% (+0.02%) from 87.81%
15300566108

push

github

web-flow
Avoid all-to-all connectivity in slowest test (#14483)

The current slowest unit test in the suite is:

test_transpile_does_not_affect_backend_coupling_4_3

which is just sanity checking that a transpile() call doesn't mutate the
CouplingMap by mistake. This is is a regression test for an old bug where
that happened. However, in the move to use GenericBackendV2 it was
creating a 130 qubit target with explicit all-to-all connectivity, which
is the default behavior if you don't specify a coupling map argument.
This ends up bogging the transpiler down in VF2PostLayout in
optimization level 3 because there are a huge number of possible
layouts, basically any permutation of 130 qubits. This isn't
functionally part of the test because it's just trying to test if the
coupling map is mutated by the transpiler. This commit updates the test
to use a 130 qubit linear connectivity graph which still tests the
circuit but takes a fraction of the time to execute because the target
is much more constrained.

79527 of 90546 relevant lines covered (87.83%)

415172.03 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
92.48
0.0% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 15300566108.1 28 May 2025 01:42PM UTC 815
87.83
GitHub Action Run
Source Files on build 15300566108
  • Tree
  • List 815
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15300566108
  • 88ce515d on github
  • Prev Build on main (#15300012488)
  • Next Build on main (#15301801161)
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