Skip to content

Commit

Permalink
add octocov config
Browse files Browse the repository at this point in the history
  • Loading branch information
umi-ushi committed Jan 20, 2024
1 parent f1083e6 commit 2461a5c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions octocov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
coverage:
paths:
- coverage.out
codeToTestRatio:
code:
- "**/*.go"
- "!**/*_test.go"
test:
- "**/*_test.go"
testExecutionTime:
if: true
comment:
if: is_pull_request

0 comments on commit 2461a5c

Please sign in to comment.