Run again tests with new default checks#8106
Merged
esteffin merged 45 commits intodiffblue:developfrom Dec 22, 2023
Merged
Conversation
32cbc52 to
168468c
Compare
7 tasks
aeea845 to
58f05d9
Compare
This reverts commit 457b953.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8106 +/- ##
===========================================
+ Coverage 79.08% 79.09% +0.01%
===========================================
Files 1695 1695
Lines 196514 196514
===========================================
+ Hits 155412 155436 +24
+ Misses 41102 41078 -24 ☔ View full report in Codecov by Sentry. |
… runner scripts" This reverts commit 2b6446e.
… test runner scripts" This reverts commit f79b5bc.
…ner scripts" This reverts commit ce65686.
…ipts" This reverts commit 5f17296.
…er script" This reverts commit 7e38518.
…er script" This reverts commit 81c73d0.
…er script" This reverts commit 0d19437.
439e84c to
12ff897
Compare
NlightNFotis
approved these changes
Dec 22, 2023
Contributor
NlightNFotis
left a comment
There was a problem hiding this comment.
Thanks for the painstaking work to bring these all back. Merry Christmas!
12ff897 to
77705eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is reverting changes currently in
developwhich were applying the--no-standard-checksacross allCMakeLists.txtandmakefiles in theregressionfolder while we were trying to stabilise the new standard check flags in #8093.This should bring all relevant flags for test execution into the appropriate
*.descfiles to make it easier to see what flags a test run actually executes with.