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

Qiskit / qiskit / 6825898824 / 1
87%
main: 88%

Build:
Build:
LAST BUILD BRANCH: port-synth_cnot_phase_aam-to-rust
DEFAULT BRANCH: main
Ran 10 Nov 2023 03:02PM UTC
Files 1265
Run time 30s
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

10 Nov 2023 01:02PM UTC coverage: 86.968% (+0.03%) from 86.942%
6825898824.1

push

github

web-flow
Collapse release notes for pre-releases (#11224)

* Collapse release notes for pre-releases

This commit tweaks the reno sphinx directive usage to collapse the
pre-releases. The big piece of this is splitting into using multiple
directives for each minor stable release branch. Each directive
explicitly sets the scanning branch to the stable branches. The
underlying issue with a single directive was that the reno git
scanner wasn't seeing the final release tags on main as the tags only
exist on the stable branches. The extra benefit of this is that we also
get the bugfix releases included now.

* Adjust reno pre-release tag regex

This commit adjusts the pre-release tag regex to match how qiskit tags
pre-releases. The default pre release regex is:

```
(?P<pre_release>\.v?\d+(?:[ab]|rc)+\d*)$
```

which for Qiskit's pre-release tag format, the `pre_release` match
includes the patch version. For example, `0.45.0rc1` matches as `0rc1`.
But the actual pre_release match should be `rc1`. This commit adjusts
the regex to work for qiskit's tag format, and also include support for
`pre` syntax (which is pep440 compatible) pre-releases.

74225 of 85347 relevant lines covered (86.97%)

90873.11 hits per line

Source Files on job 6825898824.1
  • Tree
  • List 0
  • Changed 23
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6825898824
  • f3fb0899 on github
  • Prev Job for on stable/0.45 (#6799932128.1)
  • Next Job for on stable/0.45 (#6867482459.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