Skip to content

Commit

Permalink
Fix codeToTestRatio
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Sep 13, 2022
1 parent d4063c8 commit 792bc85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .octocov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ codeToTestRatio:
code:
- '**/*.go'
- '!**/*_test.go'
- '!testutil/*.go'
test:
- '**/*_test.go'
- 'testutil/*.go'
testExecutionTime:
if: true
diff:
Expand Down

0 comments on commit 792bc85

Please sign in to comment.