NCAR / micm

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

Add exiting error code for compute-sanitizer #553

Closed sjsprecious closed 1 month ago

sjsprecious commented 1 month ago

This PR adds a non-zero exiting code for compute-santizer when it finishes a run and detects a memory leak. Therefore, a test with memory leak will fail as expected.

fix #552

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 92.25%. Comparing base (555be4e) to head (595be3b). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #553 +/- ## ======================================= Coverage 92.25% 92.25% ======================================= Files 45 45 Lines 3407 3407 ======================================= Hits 3143 3143 Misses 264 264 ```

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