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

Qiskit / qiskit / 17936847301
88%

Build:
DEFAULT BRANCH: main
Ran 23 Sep 2025 06:40AM UTC
Jobs 1
Files 868
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

23 Sep 2025 05:05AM UTC coverage: 88.289% (+0.009%) from 88.28%
17936847301

push

github

web-flow
Mark internal C test functions as `static` (#15050)

This makes all our C API test suite use `static` functions wherever
possible, in the hope that all new tests will copy the existing style;
we use `static` for the individual tests so that it is a compiler error
if we forget to add it to the test runner (since the function will have
internal linkage and consequently be detectable as unused).

Doing this turned up that the `test_gate_direction` tests were not all
being run, because the runner function name did not match the
convention.

This commit also removes forward declarations of functions from within
the same file, and just defines the functions at the point of use
(marked `static`, since they're all internal).  None of these functions
need any mutual recursion, or any other construct that require the
forward definition.

92736 of 105037 relevant lines covered (88.29%)

930690.43 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
7
92.01
-0.77% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 17936847301.1 23 Sep 2025 06:40AM UTC 868
88.29
GitHub Action Run
Source Files on build 17936847301
  • Tree
  • List 868
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17936847301
  • 89b21680 on github
  • Prev Build on gh-readonly-queue/main/pr-15049-6421d77725fe1e5c79781956c1d05f9e09885606 (#17936130111)
  • Next Build on main (#17940378364)
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