diff --git a/.github/codecov.yml b/.github/codecov.yml index a3bbaf5..929c525 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -15,4 +15,4 @@ coverage: ignore: - "**/v2_shapefile" # ignore WIP - "**/testing_files" # ignore testing files - - "updateCsv*.py" # ignore scripts to update CSV + - "**/updateCsv*.py" # ignore scripts to update CSV