ESCOMP / CAM-SIMA

Community Atmosphere Model - System for Integrated Modeling of the Atmosphere
3 stars 12 forks source link

Need to implement python testing code coverage reporting #202

Open nusbaume opened 1 year ago

nusbaume commented 1 year ago

In order to know how much of the model the various tests are covering, it will be helpful to implement some code coverage reporting tools that will let developers know how much of the code is covered by various tests, and if there are any sections where coverage is missing.

This should be relatively straight-forward for any python files/tests, but could get more complicated for other languages (e.g. Fortran). So for now this issue will just represent the python scripts (with future issues hopefully being added for any other languages used in the model).