-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.octocov.yml
More file actions
30 lines (30 loc) · 753 Bytes
/
.octocov.yml
File metadata and controls
30 lines (30 loc) · 753 Bytes
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
# generated by octocov init
coverage:
paths:
- cover.out
acceptable: 80%
exclude:
- "github.com/nao1215/gup/main.go"
- "github.com/nao1215/gup/cmd/root.go"
- "github.com/nao1215/gup/cmd/man.go"
- "github.com/nao1215/gup/cmd/bug_report.go"
- "github.com/nao1215/gup/internal/assets/asset.go"
- "github.com/nao1215/gup/internal/notify/notify.go"
- "github.com/nao1215/gup/internal/completion/completion.go"
badge:
path: doc/coverage.svg
diff:
datastores:
- artifact://${GITHUB_REPOSITORY}
comment:
if: is_pull_request
report:
if: is_default_branch
datastores:
- artifact://${GITHUB_REPOSITORY}
codeToTestRatio:
badge:
path: doc/ratio.svg
testExecutionTime:
badge:
path: doc/time.svg