Skip to content

Commit c2cdb06

Browse files
authored
skip non lib files for test coverage (#28)
1 parent e7d6c50 commit c2cdb06

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

coveralls.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"default_stop_words": [
3+
"defmodule",
4+
"defrecord",
5+
"defimpl",
6+
"defexception",
7+
"defprotocol",
8+
"defstruct",
9+
"def.+(.+\\\\.+).+do",
10+
"^\\s+use\\s+"
11+
],
12+
13+
"custom_stop_words": [
14+
],
15+
16+
"coverage_options": {
17+
"treat_no_relevant_lines_as_covered": false,
18+
"output_dir": "cover/",
19+
"minimum_coverage": 0
20+
},
21+
22+
"terminal_options": {
23+
"file_column_width": 40
24+
},
25+
26+
"skip_files": [
27+
"test/support",
28+
"mix"
29+
]
30+
}

0 commit comments

Comments
 (0)