Skip to content

Commit

Permalink
try explicitly specifying source files for coverage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Mar 20, 2023
1 parent a785094 commit 01ee1c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01ee1c4

Please sign in to comment.