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

Qiskit / qiskit / 23218015505 / 1
88%
main: 88%

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

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

Source Files on job 23218015505.1
  • Tree
  • List 912
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23218015505
  • 9fe42d75 on github
  • Prev Job for on main (#23207675357.1)
  • Next Job for on main (#23234806085.1)
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