Ran
|
Jobs
1
|
Files
984
|
Run time
57s
|
Badge
Embed ▾
README BADGES
|
push
github
Collapse release notes for pre-releases (backport #11224) (#11229) * 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. (cherry picked from commit f3fb08990) # Conflicts: # releasenotes/config.yaml * Fix conflict, add new directives * Restore regex update * Update docs/release_notes.rst * Change earliest version to 0.45.0rc1 * Change the other earliest version to 0.45.0rc1 * Propose title for unrelesed notes * Update docs/release_notes.rst Co-authored-by: Matthew Treinish <mtreinish@kortar.org> --------- Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Elena Peña Tapia <epenatap@gmail.com> Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
59921 of 68527 relevant lines covered (87.44%)
275515.35 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.76 |
-0.24% | crates/qasm2/src/expr.rs |
4 |
92.42 |
0.25% | crates/qasm2/src/lex.rs |
12 |
96.67 |
-0.46% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7070385868.1 | 984 |
87.44 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|