From 01ee1c4ebec61c7f91aa01b3480cea9fe140bd38 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Mon, 20 Mar 2023 12:07:07 -0600 Subject: [PATCH] try explicitly specifying source files for coverage tool --- .github/workflows/unit_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 16af82f3..ba889943 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -59,6 +59,4 @@ jobs: pytest test_utils.py pytest test_validate_mv_python.py pytest test_future_warnings.py - coverage run -m pytest - # create the report - coverage html + coverage run -m pytest test_agg_eclv.py test_agg_stats_and_boot.py test_agg_stats_with_groups.py test_calc_difficulty_index.py test_convert_lon_indices.py test_event_equalize.py test_event_equalize_against_values.py test_lon_360_to_180.py test_statistics.py test_tost_paired.py test_utils.py test_validate_mv_python.py test_future_warnings.py