Ensure cppcheck creates a HTML report upon failure
Commit ec72d110 broke the cppcheck job in GitLab CI: when cppcheck fails, the script is immediately interrupted, preventing cppcheck-htmlreport from being run. To ensure the HTML report is generated when cppcheck fails, revert to invoking cppcheck-htmlreport in the "after_script" part of the job.
Showing