From 59df8b8e009151115875e3d084d3d0d54a890a69 Mon Sep 17 00:00:00 2001 From: Bryan Hunter Date: Mon, 17 Jun 2019 12:21:00 -0500 Subject: [PATCH] Repaired broken "Ignore Lines" header Fix broken link to "Ignore Lines" header in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca96cb..db511b8 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ If you want to change the column width used for file names add the `file_column_ } ``` -### Ignore Lines +### Ignore Lines Use comments `coveralls-ignore-start` and `coveralls-ignore-stop` to ignore certain lines from code coverage calculation.