Current section

Files

Jump to
excoveralls lib conf coveralls.json
Raw

lib/conf/coveralls.json

{
"default_stop_words": [
"defmodule",
"defrecord",
"defimpl",
"defexception",
"defprotocol",
"defstruct",
"def.+(.+\\\\.+).+do",
"^\\s+use\\s+"
],
"custom_stop_words": [
],
"coverage_options": {
"treat_no_relevant_lines_as_covered": false,
"output_dir": "cover/",
"minimum_coverage": 0
},
"terminal_options": {
"file_column_width": 40
}
}