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

Qiskit / qiskit / 11616869862
88%

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

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

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

Jobs
ID Job ID Ran Files Coverage
1 11616869862.1 31 Oct 2024 05:49PM UTC 0
88.74
GitHub Action Run
Source Files on build 11616869862
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11616869862
  • 09d10065 on github
  • Prev Build on gh-readonly-queue/main/pr-13223-4e6fd3619c7f53735498a411d67a9d898639b19c (#11613320094)
  • Next Build on main (#11617024653)
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