Open SiskaPavel opened 1 year ago
Attention: 2300 lines
in your changes are missing coverage. Please review.
Comparison is base (
cfc02c2
) 41.26% compared to head (336c934
) 41.52%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds new options to the Makefile: Introduces new options, "format-check" and "format-fix," to the Makefile for checking and fixing code formatting in .cpp and .hpp files.
Performs code reformatting across the entire repository: Aims to achieve consistent and uniform code formatting by addressing code indentation, spacing, and other style-related issues in all relevant code files.
Incorporates a new step into the Continuous Integration (CI) process: Enhances code quality by adding the "make format-check" command to the CI pipeline, ensuring that code formatting is validated automatically for all code changes pushed to the repository. This step is crucial for maintaining code consistency and adherence to coding standards.