NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
5 stars 5 forks source link

520 clang tidy cert additions #525

Closed mwaxmonsky closed 4 months ago

mwaxmonsky commented 4 months ago

Added the cert-* checks to .clang-tidy. Removed two relating to the random number generators as they were used primarily in the tests and those instance need to be reproducible. Also removed cert-err58-cpp as this would require changing static const std::string's to const char*.

Closes #520

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.90%. Comparing base (be095e8) to head (ff16eb4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #525 +/- ## ======================================= Coverage 92.90% 92.90% ======================================= Files 42 42 Lines 3270 3270 ======================================= Hits 3038 3038 Misses 232 232 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.