Skip to content

Commit 99efef7

Browse files
authored
add no coverage comment
1 parent 6a4a726 commit 99efef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_linter/clang_tools/clang_tidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def run_clang_tidy(
287287
break
288288
except OSError as exc: # pragma: no cover
289289
exception = exc
290-
if not success:
290+
if not success: # pragma: no cover
291291
logger.error(
292292
"Failed to write back contents of file: %s.%s)",
293293
filename,

0 commit comments

Comments
 (0)