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

Qiskit / qiskit / 11616869862 / 1
88%
main: 88%

Build:
DEFAULT BRANCH: main
Ran 31 Oct 2024 05:49PM UTC
Files 896
Run time 1min
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

31 Oct 2024 04:56PM UTC coverage: 88.74% (-0.01%) from 88.753%
11616869862.1

push

github

web-flow
Fix type of `basis_gates` in `BasicSimulator` configuration (#13385)

`basis_gates` was getting set to `Target.operation_names`, which is a
`dict_keys` instance (maybe that should be changed to a more basic
type?), while typically `basis_gates` is a list. `dict_keys` instances
can not be deep copied, so code that usually deep copies a backend's
configuration could not work. Deep copying the configuration can happen
for example when using the `BasicSimulator` with sampler class like
`qiskit_ibm_runtime.SamplerV2` that puts the backend into its options
and then tries to deep copy the options.

75986 of 85628 relevant lines covered (88.74%)

364178.56 hits per line

Source Files on job 11616869862.1
  • Tree
  • List 0
  • Changed 64
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11616869862
  • 09d10065 on github
  • Prev Job for on main (#11613320094.1)
  • Next Job for on main (#11617024653.1)
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