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

Qiskit / qiskit / 25374000268
88%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 11:56AM UTC
Jobs 1
Files 938
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

05 May 2026 11:04AM UTC coverage: 87.6% (+0.02%) from 87.579%
25374000268

push

github

web-flow
Enable clippy on rust tests too (#16128)

Building off of the recently merged #16018 which ran cargo clippy with
--all-targets to fix some issues flagged in our test code, this commit
enables the --all-targets flag in CI. This will ensure our tests are
running linting too. The --all-targets flag is often paired with the
--all-features flag to ensure clippy is checking all code paths, however
for Qiskit we can't use the --all-features flag because the mimalloc
feature flags on qiskit-pyext and qiskit-cext are mutually exclusive so
we can't run clippy on the entire workspace with every feature enabled.
If we wanted this coverage we would have to run clippy per library with
the --all-features flag, but this doesn't make that change because it's
potentially slower than it's worth since we don't have very many
features. This commit does fix the underlying issues running clippy on
all-features catches (until the pyext build which fails during
compilation).

26 of 26 new or added lines in 2 files covered. (100.0%)

5 existing lines in 1 file now uncovered.

106720 of 121826 relevant lines covered (87.6%)

968421.51 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
92.29
0.0% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 25374000268.1 05 May 2026 11:56AM UTC 938
87.6
GitHub Action Run
Source Files on build 25374000268
  • Tree
  • List 938
  • Changed 6
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25374000268
  • 544c1aab on github
  • Prev Build on gh-readonly-queue/main/pr-15779-b89b534a9664751026f2ae71c53646e43317ffb7 (#25359882106)
  • Next Build on main (#25385624619)
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