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

Qiskit / qiskit / 12990725350
88%

Build:
DEFAULT BRANCH: main
Ran 27 Jan 2025 02:45PM UTC
Jobs 1
Files 913
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

27 Jan 2025 01:19PM UTC coverage: 88.931%. Remained the same
12990725350

push

github

web-flow
Reduce parallelism for qpy tests (#13735)

In #13506 the QPY backwards compatibility tests are failing because the
image is running out of disk space and github actions is killing the
runner. The qpy files themselves should be fairly small and will be
dwarfed by the virtual environments created to install old versions of
qiskit to generate old QPY payloads. We use GNU parallel to speed up the
testing, however by doing this we end up having multiple venvs at once
which increases the disk space usage. This commit attempts to reduce the
pressure on the disk space usage by decreasing the parallelism from N
cpus (which is currently 4 for linux runners according to [1]) to 2.
This will increase the runtime for this job but if we have insufficient
disk space on the image to generate new qpy files there isn't really
a choice.

[1] https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

79550 of 89451 relevant lines covered (88.93%)

349914.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.08
-0.05% crates/accelerate/src/two_qubit_decompose.rs
5
91.98
0.0% crates/qasm2/src/lex.rs
6
97.15
0.0% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 12990725350.1 27 Jan 2025 02:45PM UTC 913
88.93
GitHub Action Run
Source Files on build 12990725350
  • Tree
  • List 913
  • Changed 69
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12990725350
  • b718f06e on github
  • Prev Build on gh-readonly-queue/main/pr-13740-e4743a06f8095e090219f30272fc2069b47ec196 (#12989877745)
  • Next Build on main (#12994539594)
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

© 2025 Coveralls, Inc