We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d4932 commit e778cf5Copy full SHA for e778cf5
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
- run: mix compile
124
125
- name: Run tests with coverage
126
- run: mix coveralls --raise --threshold 85
+ run: mix coveralls
127
env:
128
MIX_ENV: test
129
coveralls.json
@@ -0,0 +1,8 @@
1
+{
2
+ "minimum_coverage": 78,
3
+ "treat_no_relevant_lines_as_covered": true,
4
+ "skip_files": [
5
+ "lib/mix/tasks/bench.ex",
6
+ "test/support/"
7
+ ]
8
+}
0 commit comments