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

Qiskit / qiskit / 24524336592
88%

Build:
DEFAULT BRANCH: main
Ran 16 Apr 2026 05:54PM UTC
Jobs 1
Files 932
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

16 Apr 2026 05:00PM UTC coverage: 87.478%. Remained the same
24524336592

push

github

web-flow
Remove manual `pip install` commands from `tox.ini` (#16042)

Having manual calls to `pip` implies that `pip` is available.  This is
not universally true; if the current `venv` and/or `tox` installation is
managed by a different tool that `tox` knows about (such as `uv`), it
will use it to create its own `venv`s, which may not have `pip`
available within them (like `uv`'s don't).  Using the
`dependency-groups` feature allows us to offload all the install work to
`tox`, so it works regardless of `venv` manager.

Technically this causes the dependency groups to install before the
version of Qiskit under test, which will have the side effect of
installing an _old_ version of Qiskit first.  However, `tox` will then
forcibly install the new version of Qiskit into the environment, which
is what we really want.

104583 of 119553 relevant lines covered (87.48%)

982575.43 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
97.15
0.0% crates/qasm2/src/parse.rs
4
91.77
0.0% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 24524336592.1 16 Apr 2026 05:54PM UTC 932
87.48
GitHub Action Run
Source Files on build 24524336592
  • Tree
  • List 932
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24524336592
  • 62cb08be on github
  • Prev Build on gh-readonly-queue/main/pr-15533-7170ebed574586a8407541dc6254674e5e592e42 (#24519497932)
  • Next Build on main (#24529394402)
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