Skip to content

Commit

Permalink
Update .octocov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harakeishi committed Aug 16, 2022
1 parent b01cc28 commit 3b8bb05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .octocov.yml
Expand Up @@ -3,6 +3,7 @@ coverage:
- coverage.out
badge:
path: docs/coverage.svg
push:
codeToTestRatio:
code:
- '**/*.go'
Expand All @@ -11,10 +12,12 @@ codeToTestRatio:
- '**/*_test.go'
badge:
path: docs/ratio.svg
push:
testExecutionTime:
if: true
badge:
path: docs/time.svg
push:
comment:
if: is_pull_request
report:
Expand All @@ -24,4 +27,3 @@ report:
diff:
datastores:
- artifact://${GITHUB_REPOSITORY}
push:

0 comments on commit 3b8bb05

Please sign in to comment.