From 0faee8744955211ee63a2d5d8368924d190aa282 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Tue, 1 Oct 2019 20:41:48 -0700 Subject: [PATCH] Fix broken coveralls-ignore comments. (#186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #185. Thank you, @tonyvanriet, for pointing this out! 💜 --- lib/xgit/util/force_coverage.ex | 2 +- lib/xgit/util/trailing_hash_device.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xgit/util/force_coverage.ex b/lib/xgit/util/force_coverage.ex index 70479d5..301f974 100644 --- a/lib/xgit/util/force_coverage.ex +++ b/lib/xgit/util/force_coverage.ex @@ -43,5 +43,5 @@ defmodule Xgit.Util.ForceCoverage do end end - # coveralls-ignore-end + # coveralls-ignore-stop end diff --git a/lib/xgit/util/trailing_hash_device.ex b/lib/xgit/util/trailing_hash_device.ex index 0af5e49..ee36f15 100644 --- a/lib/xgit/util/trailing_hash_device.ex +++ b/lib/xgit/util/trailing_hash_device.ex @@ -235,7 +235,7 @@ defmodule Xgit.Util.TrailingHashDevice do # This will only occur if an I/O error occurs *mid*-file. # Difficult to simulate and fairly simple code, so not generating coverage for this line. cover {data, state} - # coveralls-ignore-end + # coveralls-ignore-stop end end