Skip to content

Commit

Permalink
Update .octocov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harakeishi authored Aug 16, 2022
1 parent 79afd67 commit 299ac98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .octocov.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
coverage:
paths:
- coverage.out
badge:
path: docs/coverage.svg
codeToTestRatio:
code:
- '**/*.go'
- '!**/*_test.go'
test:
- '**/*_test.go'
badge:
path: docs/ratio.svg
testExecutionTime:
if: true
badge:
path: docs/time.svg
comment:
if: is_pull_request
report:
@@ -18,3 +24,4 @@ report:
diff:
datastores:
- artifact://${GITHUB_REPOSITORY}
push:

0 comments on commit 299ac98

Please sign in to comment.