Closed dependabot[bot] closed 1 year ago
Merging #138 (19972b3) into main (30ac3e1) will decrease coverage by
0.2%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #138 +/- ##
=======================================
- Coverage 85.7% 85.6% -0.2%
=======================================
Files 20 20
Lines 1362 1362
Branches 190 190
=======================================
- Hits 1168 1166 -2
- Misses 194 196 +2
Flag | Coverage Δ | |
---|---|---|
cpp | 79.5% <ø> (-0.3%) |
:arrow_down: |
python | 97.2% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
@lucasberent This might take a little more work than obvious as it represents the switch from MQT QFR to MQT Core. Technically most of the stuff should work the same, but some special handling needs to be done. Particularly:
BUILD_MQT_CORE_TESTS=OFF
has to be set before adding the submoduleqfr
should be replaced by mqt-core
MQT::CoreDD
and MQT::CoreECC
Superseded by #142.
Bumps extern/qfr from
89412bc
to3aa78ea
.Commits
3aa78ea
🔒 add security policy (#354)3e2ef05
🔧 Disable IPO per default (#353)87668d6
✨ add community health files (#352)eca5c9c
🚚 Fix links fromqfr
tomqt-core
(#349)bfed658
✨ add Issue and PR templates (#351)ef3256c
✨ Add release drafter setup (#350)720c112
✨ MQT Core (#318)154a127
🩹 include patch forQasmQobjExperiment
frommain
4ca3c9d
Merge branch 'main' into mqt-core1a889d6
Actually Populate the Params list from Qobjs (#333)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)