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

Qiskit / qiskit / 23218015505
87%

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 10:21PM UTC
Jobs 1
Files 912
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

17 Mar 2026 09:20PM UTC coverage: 87.501% (+0.001%) from 87.5%
23218015505

push

github

web-flow
Use abbreviated output for stestr run in CI (#15827)

This commit updates how we use stestr in CI to enable abbreviated output
instead of the full output. Our test suite has grown to the point that
printing each individual test case as a new line when it completes will
overflow the github actions line limit for CI job logs. This makes it
very inconvenient to identify the cause of a failure when a test fails
because unless it's in the tests that get displayed before github stops
displaying it you have to download the full log file (which you can view
in the browser still but without the highlighting or direct link
support). stestr has a less verbose output mode where it prints a single
character for each test. `.` if a test succeeds, `F` for failure, etc.
Test failures are still printed in full as is the summary footer. It's
just the output of tests as they execute which is different. While this
doesn't give the same level of diagnostic detail that the full output
normally does it will not exceed github's limit. As a small side benefit
from the benchmarking I did many years ago stestr actually executes
slightly faster in this mode because it doesn't have to write nearly as
much to stdout.

101264 of 115729 relevant lines covered (87.5%)

1166621.76 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.99
0.0% crates/circuit/src/parameter/parameter_expression.rs
1
74.34
0.29% crates/circuit/src/parameter/symbol_expr.rs
1
93.82
-0.24% crates/qasm2/src/expr.rs
7
91.26
-1.29% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 23218015505.1 17 Mar 2026 10:21PM UTC 912
87.5
GitHub Action Run
Source Files on build 23218015505
  • Tree
  • List 912
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23218015505
  • 9fe42d75 on github
  • Prev Build on gh-readonly-queue/main/pr-15641-fe1b981594bee995ad85a33d697405c8fcbce4f5 (#23207675357)
  • Next Build on main (#23234806085)
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