Ran
|
Jobs
1
|
Files
832
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
Suppress nonsense `DeprecationWarning` caused by `unittest` (#12676) (#12687) * Suppress nonsense `DeprecationWarning` caused by `unittest` `unittest.TestCase.assertWarns` in context-manager form has an awkward habit of querying the `__warningregistry__` attribute on every module in existence. This interacts poorly with a Numpy 2 deprecation warning trigger for code that's attempting to import functions from modules that became private in Numpy 2, if a warning has previously been triggered out of `numpy.linalg._linalg`. This simply suppresses that particular warning from the test suite. * Refine filter * Pin Rustworkx to avoid buggy graphviz drawing * Update test/utils/base.py Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> --------- Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> (cherry picked from commit 3adcd5d3d) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
61851 of 68757 relevant lines covered (89.96%)
234921.68 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
92.88 |
0.51% | crates/qasm2/src/lex.rs |
6 |
97.61 |
0.46% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 9716427986.1 | 832 |
89.96 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|