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

Qiskit / qiskit / 11616364616 / 1
89%
main: 88%

Build:
Build:
LAST BUILD BRANCH: makefile-dest-dir
DEFAULT BRANCH: main
Ran 31 Oct 2024 05:18PM UTC
Files 896
Run time 39s
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.756% (+0.003%) from 88.753%
11616364616.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.

76000 of 85628 relevant lines covered (88.76%)

365038.82 hits per line

Source Files on job 11616364616.1
  • Tree
  • List 0
  • Changed 67
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11616364616
  • 09d10065 on github
  • Prev Job for on gh-readonly-queue/main/pr-13385-c6efb76c2461e50422d41ef8bf7f871ff583d068 (#11613320094.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