CDash
CDash copied to clipboard
GitHub integration ignores Dynamic Analysis
When CDash informs GitHub about whether a commit is good it ignores the results of "Dynamic Analysis". So even if there are multiple "Defect Count"s != 0 CDash will still say "success" to GitHub.
I suspect it's related to Dynamic Analysis results being so special/separated. So maybe slightly related to https://github.com/Kitware/CDash/issues/810. And the solution may have implications from https://gitlab.kitware.com/cmake/cmake/issues/19003.