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

Qiskit / qiskit / 16388825040
88%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2025 01:16PM UTC
Jobs 1
Files 830
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

19 Jul 2025 12:19PM UTC coverage: 87.753% (-0.009%) from 87.762%
16388825040

push

github

web-flow
Avoid clone on entry to `BasisTranslator` (#14761)

The Rust-space method takes ownership of the `DAGCircuit` so that the
return type can be a unified `PyResult<DAGCircuit>`, even though in the
majority case, the pass actually builds a completely new DAG.  This
unfortunately requires an implicit clone on entry from Python space,
even though there is no situation where the clone is actually
_necessary_; the rebuild form never mutates the input, and in the
fast-return paths, Python space can simply continue using the reference
to a `DAGCircuit` it already holds.

12 of 12 new or added lines in 2 files covered. (100.0%)

25 existing lines in 2 files now uncovered.

81465 of 92834 relevant lines covered (87.75%)

545227.16 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
7
91.49
-0.77% crates/qasm2/src/lex.rs
18
96.15
-0.94% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 16388825040.1 19 Jul 2025 01:16PM UTC 830
87.75
GitHub Action Run
Source Files on build 16388825040
  • Tree
  • List 830
  • Changed 6
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16388825040
  • 9aa14778 on github
  • Prev Build on gh-readonly-queue/main/pr-14737-e9c4b475aaf4700a9f4229bbeab6e4d6999de5a8 (#16327199563)
  • Next Build on main (#16406114169)
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