Add code formatting check if called with check_formatting: true, which runs clang-format on the repository source code and fails if formatted incorrectly.
Move code coverage to separate job which produces a coverage report and uploads it to codecov.io
Add code formatting check if called with
check_formatting: true
, which runs clang-format on the repository source code and fails if formatted incorrectly. Move code coverage to separate job which produces a coverage report and uploads it to codecov.io