Skip to content

Commit 17ddfe2

Browse files
committed
update coveralls
1 parent 2dafbd7 commit 17ddfe2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

coveralls.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"skip_files": [
3-
"lib/algora/repo.ex",
4-
"lib/algora/s3.ex",
53
"lib/algora/integrations",
6-
"lib/algora/\\w+/schemas/\\w+.ex",
74
"lib/algora/shared/*",
5+
"lib/algora/admin/admin.ex",
86
"lib/algora_web/components",
9-
"lib/algora_web/live",
10-
"lib/algora_web/\\w+.ex",
7+
"lib/algora_web",
118
"lib/mix/tasks",
129
"priv/",
1310
"test/support"
@@ -16,7 +13,9 @@
1613
"defmodule",
1714
"defrecord",
1815
"defimpl",
19-
"def.+(.+\/\/.+).+do"
16+
"def.+(.+\/\/.+).+do",
17+
"typed_schema",
18+
"use .+"
2019
],
2120

2221
"custom_stop_words": [

0 commit comments

Comments
 (0)