-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Continuous Integration #700
Conversation
a26ed9e
to
a7a463f
Compare
a7a463f
to
5d904c8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #700 +/- ##
=========================================
Coverage 98.038% 98.038%
=========================================
Files 93 93
Lines 7137 7137
=========================================
Hits 6997 6997
Misses 140 140 ☔ View full report in Codecov by Sentry. |
🟡 Regression Test (Picotrav 'adder')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of 7.41% (stdev: 21.74%).
Number of samples: 10 |
🟡 Regression Test (12-Queens)'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -0.09% (stdev: 1.08%).
Number of samples: 10 |
🟡 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -0.08% (stdev: 0.92%).
Number of samples: 10 |
🟡 Regression Test (QBF 'breakthrough_dual/3x6_10_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -0.08% (stdev: 0.85%).
Number of samples: 10 |
🟡 Regression Test (QBF 'connect4/6x6_11_connect4_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -0.11% (stdev: 0.54%).
Number of samples: 10 |
🟡 Regression Test (QBF 'domineering/5x5_13_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of 0.04% (stdev: 0.41%).
Number of samples: 10 |
🟡 Regression Test (QBF 'ep_dual/8x8_6_e-8-1_p-2-3_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of 0.07% (stdev: 2.88%).
Number of samples: 10 |
There are multiple issues: - It does not only check the diff, but all files. - It complains about places that are properly formatted (since this particular GitHub Action has no ability to change the 'clang-format' version). - The action itself seems slightly broken (compared to its README)
🟡 Regression Test (QBF 'httt/4x4_9_tippy_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -0.12% (stdev: 2.23%).
Number of samples: 10 |
🟡 Regression Test (QBF 'hex/hein_08_5x5-11_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -0.46% (stdev: 1.25%).
Number of samples: 10 |
🟡 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -0.66% (stdev: 1.76%).
Number of samples: 10 |
🟡 Regression Test (Picotrav 'mem_ctrl')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of 0.02% (stdev: 0.16%).
Number of samples: 4 |
🟡 Regression Test (Picotrav 'arbiter')'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of -5.52% (stdev: 20.75%).
Number of samples: 10 |
🟡 Regression Test (14-Queens)'ssoelvsten/adiar/ci/ubuntu-upgrade' is a change in performance of 0.74% (stdev: 0.84%).
Number of samples: 3 |
Continuous Integration is broken due to it not being up to date.
linux.yml
to not request GCC and Clang versions that are too old.mac.yml
to not request Clang versions that are too old.clang-format
checking...