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

Qiskit / qiskit / 11618069198
90%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-15562-f617d0afcca71953581b4085f032cc83b3ecbd21
DEFAULT BRANCH: main
Ran 31 Oct 2024 07:10PM UTC
Jobs 1
Files 855
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

31 Oct 2024 06:18PM UTC coverage: 89.767% (+0.02%) from 89.747%
11618069198

push

github

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

`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.

(cherry picked from commit 09d10065b)

Co-authored-by: Will Shanks <willshanks@us.ibm.com>

66901 of 74527 relevant lines covered (89.77%)

216186.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11618069198.1 31 Oct 2024 07:10PM UTC 0
89.77
GitHub Action Run
Source Files on build 11618069198
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11618069198
  • 1c684f2d on github
  • Prev Build on gh-readonly-queue/stable/1.2/pr-13380-fd18b990d679fccf4d0b76f7f70726b58104a4d8 (#11584026366)
  • Next Build on stable/1.2 (#11721737621)
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