We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d6c50 commit c2cdb06Copy full SHA for c2cdb06
1 file changed
coveralls.json
@@ -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