-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.octocov.yml
More file actions
29 lines (29 loc) · 849 Bytes
/
Copy path.octocov.yml
File metadata and controls
29 lines (29 loc) · 849 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
# generated by octocov init
coverage:
paths:
- cover.out
acceptable: 90%
# Every shipped source file is now measured: the atago-driven E2E suite drives
# the real CLI (including 'gup man', 'gup bug-report', unknown-command and the
# root command wiring), so main.go/root.go/man.go/bug_report.go no longer need
# to be excluded. Only the offline module proxy under e2e/testproxy remains
# excluded: it is E2E test infrastructure, not part of the gup binary.
exclude:
- "github.com/nao1215/gup/e2e/testproxy/main.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