diff --git a/model_data/.coveragerc b/.coveragerc similarity index 57% rename from model_data/.coveragerc rename to .coveragerc index e23d7280..a43154d2 100644 --- a/model_data/.coveragerc +++ b/.coveragerc @@ -1,8 +1,10 @@ [run] omit = - model_data/tests/* + *__init__* + */tests/* model_data/temp_inputs.py model_data/config.py model_data/__init__.py model_data/app.py - model_data/plotting/* \ No newline at end of file + model_data/plotting/* + model_data/rdsap_tables.py \ No newline at end of file