-
Notifications
You must be signed in to change notification settings - Fork 1
/
coveralls.json
47 lines (43 loc) · 984 Bytes
/
coveralls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"skip_files": [
"lib/api.ex",
"lib/api/application.ex",
"lib/api/mailer.ex",
"lib/api/repo.ex",
"lib/api_web.ex",
"lib/api_web/endpoint.ex",
"test/support/conn_case.ex",
"test/support/data_case.ex",
"lib/api/ai_competition/*",
"lib/api/ecto.ex",
"lib/api/enum.ex",
"lib/api/flybys/*",
"lib/api/graphql/*",
"lib/api/stats/stats.ex",
"lib/api_web/*",
"lib/api/integrations/*",
"lib/api/teams/project_favorite.ex",
"lib/api/teams/project_favorites.ex",
"lib/mix/tasks/api.validate_info_end.ex"
],
"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": true,
"output_dir": "cover/",
"minimum_coverage": 0,
},
"terminal_options": {
"file_column_width": 40,
}
}