diff --git a/.coveragerc b/.coveragerc index a43154d2..62f215fd 100644 --- a/.coveragerc +++ b/.coveragerc @@ -7,4 +7,4 @@ omit = model_data/__init__.py model_data/app.py model_data/plotting/* - model_data/rdsap_tables.py \ No newline at end of file + recommendations/rdsap_tables.py \ No newline at end of file diff --git a/model_data/rdsap_tables.py b/recommendations/rdsap_tables.py similarity index 100% rename from model_data/rdsap_tables.py rename to recommendations/rdsap_tables.py