Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit ea9393f

Browse files
authored
Merge pull request #324 from takkii/develop
Update.
2 parents 64aaf37 + 19d8673 commit ea9393f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.octocov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
coverage:
22
paths:
33
- coverage/.resultset.json
4+
acceptable: current >= 0%
5+
# acceptable: current >= 60% && diff >= 0%
46
testExecutionTime:
57
steps:
68
- Exec MiniTest
@@ -9,6 +11,8 @@ codeToTestRatio:
911
test:
1012
- "mini_test/*.rb"
1113
- "mini_unit/*.rb"
14+
acceptable: current >= 0.1
15+
#acceptable: current >= 1.2 && diff >= 0
1216
comment:
1317
if: is_pull_request
1418
hideFooterLink: false

0 commit comments

Comments
 (0)