Skip to content

Commit

Permalink
Apply review remark
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Apr 16, 2023
1 parent 95b7ccf commit 6c2252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcovr/formats/gcov/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def find_existing_gcov_files(search_path, exclude_dirs):
LOGGER.debug(f"Scanning directory {search_path} for gcov files...")
gcov_files = list(
search_file(
re.compile(r".*(\.gcov|\.json\.gz)$").match,
re.compile(r".*\.gcov(?:\.json\.gz)?$").match,
search_path,
exclude_dirs=exclude_dirs,
)
Expand Down

0 comments on commit 6c2252d

Please sign in to comment.