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

Qiskit / qiskit / 26897534336
88%
main: 87%

Build:
Build:
LAST BUILD BRANCH: fix-bitarray-padding-bitcount
DEFAULT BRANCH: main
Ran 03 Jun 2026 04:43PM UTC
Jobs 1
Files 943
Run time 5min
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

03 Jun 2026 04:11PM UTC coverage: 88.34% (+0.9%) from 87.457%
26897534336

push

github

web-flow
Use stestr to prune its own history in CI jobs (#16364)

* Use stestr to prune its own history in CI jobs

In CI test jobs we cache the stestr timing data to provide a scheduler
hint to stestr for future runs. stestr will use this to improve the
distribution of tests across the workers to improve the balance of tests
between the parallel workers improving throughput. However, the timing
data is stored in stestr's repository (the .stestr directory in the
repo) along with the subunit streams of all the previous runs. We don't
need these subunit streams as they contain the full result and output
from all the tests run and we won't use that for scheduling; it's mainly
for local debugging purposes. These streams also can get quite large as
they contain all the stdout, stderr, and logging from every test. To
minimize the size of the data we're caching the CI jobs were configured
to filter the stestr repository and remove the subunit streams and only
leave the timing data. This was being done manually though and was
likely broken on Windows. Since stestr 3.2.0 (released in 2021:
https://github.com/mtreinish/stestr/releases/tag/3.2.0 ) there has been
a stestr history command to manage the repository's historical subunit
streams. To avoid the error prone manual filtering this just switches
to use this command instead. It does require raising our lower bound on
the stestr version supported for running tests. But since the release is
from > 5 years ago that shouldn't be a big deal.

* Add release note

100138 of 113355 relevant lines covered (88.34%)

1053247.76 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
93.57
1.54% crates/qasm2/src/lex.rs
1
91.03
0.0% crates/circuit/src/parameter/parameter_expression.rs
Jobs
ID Job ID Ran Files Coverage
1 26897534336.1 03 Jun 2026 04:43PM UTC 943
87.49
GitHub Action Run
Source Files on build 26897534336
  • Tree
  • List 943
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26897534336
  • 560b91c6 on github
  • Prev Build on gh-readonly-queue/main/pr-15684-3b9a64fdd4353834d83a6e393a76a2ee657800f2 (#26893751995)
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