Browse Source

exclude file_location check from coveralls

1668/default-disable-prometheus
Alexander Strizhakov 3 years ago
parent
commit
7f82f18664
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      coveralls.json

+ 2
- 1
coveralls.json View File

@@ -1,6 +1,7 @@
{
"skip_files": [
"test/support",
"lib/mix/tasks/pleroma/benchmark.ex"
"lib/mix/tasks/pleroma/benchmark.ex",
"lib/credo/check/consistency/file_location.ex"
]
}

Loading…
Cancel
Save