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

Qiskit / qiskit / 30289171317
88%

Build:
DEFAULT BRANCH: main
Ran 27 Jul 2026 05:59PM UTC
Jobs 1
Files 953
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

27 Jul 2026 05:01PM UTC coverage: 87.579% (-0.007%) from 87.586%
30289171317

push

github

web-flow
Fix failure reporting on Windows CI runners (#16608)

* Fix failure reporting on Windows CI runners

The Windows unit test runs were somewhat misconfigured. The were
previously failing to propagate failures in the set-up jobs up to the
exit status of the shell, which manifested as errors around locating an
`stestr` executable while trying to run the test suite when the actual
error was in a `pip install` command in a prior step.  This was masked
because `cmd.exe` doesn't have an easy equivalent to `set -e` (or at
least, not one I know / found out about), and the last command in the
installation step was a `pip check`.

Separately, the environment configuration for the test-runner step had
got lost, and was being applied only to the `stestr history` pruning.

The easiest fix for this is just to centralise everything on `bash` and
use its `set -e`.  Inserting an extra `--group optionals` by variable
expansion allows us to install all the packages in a single step,
obviating the need for a `pip check` anyway.

* Match environment variables with Unix-likes

113227 of 129285 relevant lines covered (87.58%)

996516.75 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
74.8
-0.41% crates/circuit/src/parameter/symbol_expr.rs
6
96.66
0.0% crates/qasm2/src/parse.rs
4
92.03
0.26% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 30289171317.1 27 Jul 2026 05:59PM UTC 953
87.58
GitHub Action Run
Source Files on build 30289171317
  • Tree
  • List 953
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30289171317
  • 09981b13 on github
  • Prev Build on gh-readonly-queue/main/pr-16373-d92af80117173e48f716594ee88b83a0ccfc0b40 (#30276413771)
  • Next Build on main (#30357484216)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc