-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoveralls.json
More file actions
34 lines (34 loc) · 1.07 KB
/
Copy pathcoveralls.json
File metadata and controls
34 lines (34 loc) · 1.07 KB
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
{
"skip_files": [
"test/support",
"lib/rh_web/channels/user_socket.ex",
"lib/rh_web/telemetry.ex",
"lib/rh_web/endpoint.ex",
"lib/rh_web/gettext.ex",
"lib/rh/application.ex",
"lib/rh/repo.ex",
"lib/rh/error.ex",
"lib/rh_web.ex",
"lib/rh/mailer.ex",
"lib/rh_web/schema.ex",
"lib/rh_web/views/error_helpers.ex",
"lib/rh_web/views/error_view.ex",
"lib/rh_web/queries/*.ex",
"lib/rh_web/router.ex",
"lib/rh_web/mutations/affiliate.ex",
"lib/rh_web/mutations/company.ex",
"lib/rh_web/mutations/cost_center.ex",
"lib/rh_web/mutations/department.ex",
"lib/rh_web/mutations/occupation.ex",
"lib/rh_web/queries/affiliate.ex",
"lib/rh_web/queries/company.ex",
"lib/rh_web/queries/cost_center.ex",
"lib/rh_web/queries/department.ex",
"lib/rh_web/queries/occupation.ex",
"lib/rh_web/schema/types/affiliate.ex",
"lib/rh_web/schema/types/company.ex",
"lib/rh_web/schema/types/cost_center.ex",
"lib/rh_web/schema/types/department.ex",
"lib/rh_web/schema/types/occupation.ex"
]
}