diff --git a/.github/codecov.yml b/.github/codecov.yml index 1633ce3..2a4a9f1 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**" # ignore scripts to update CSV + - "updateCsv*" # ignore scripts to update CSV