From 9160e1a657001c06cb44723db6be21c662c49917 Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Thu, 7 Apr 2022 09:36:43 -0400 Subject: [PATCH 1/2] added coverage.ini --- coverage.ini | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 coverage.ini diff --git a/coverage.ini b/coverage.ini new file mode 100644 index 0000000..cbacaec --- /dev/null +++ b/coverage.ini @@ -0,0 +1,44 @@ +[run] +branch = True +source_pkgs = + acis_thermal_check, + acispy, + backstop_history, + prompt_toolkit, + Chandra, + Quaternion, + Ska, + aca_hi_bgd, + aca_view, + aca_weekly_report, + acdc, + agasc, + annie, + # astromon, + chandra_aca, + cxotime, + find_attitude, + # fot_matlab, + hopper, + jobwatch, + kadi, + maude, + mica, + parse_cm, + perigee_health_plots, + proseco, + pyyaks, + ska_sphinx_theme, + ska_helpers, + ska_path, + ska_sync, + skare3_tools, + sparkles, + starcheck, + acis_taco, + # task_schedule, + # testr, + xija + +disable_warnings = + module-not-imported \ No newline at end of file From c71f76116d30b4b478c825391f1a8b9444a63ad3 Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Fri, 15 Apr 2022 16:56:26 -0400 Subject: [PATCH 2/2] remove prompt_toolkit from coverage.ini --- coverage.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/coverage.ini b/coverage.ini index cbacaec..98c1a06 100644 --- a/coverage.ini +++ b/coverage.ini @@ -4,7 +4,6 @@ source_pkgs = acis_thermal_check, acispy, backstop_history, - prompt_toolkit, Chandra, Quaternion, Ska,