Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Fix broken coveralls-ignore comments. (#186)
Browse files Browse the repository at this point in the history
Closes #185. Thank you, @tonyvanriet, for pointing this out! 💜
  • Loading branch information
scouten committed Oct 2, 2019
1 parent 13122c5 commit 0faee87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/xgit/util/force_coverage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ defmodule Xgit.Util.ForceCoverage do
end
end

# coveralls-ignore-end
# coveralls-ignore-stop
end
2 changes: 1 addition & 1 deletion lib/xgit/util/trailing_hash_device.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0faee87

Please sign in to comment.