Skip to content

Commit

Permalink
Fix code to test ratio settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed May 12, 2024
1 parent 74ed670 commit 918664a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .octocov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ coverage:
if: true
paths:
- ./Logs/Report/lcov.info # Warning: This path is replace by regex in test.yml

codeToTestRatio:
code:
- 'Editor/**/*.cs'
- 'Runtime/**/*.cs'
- 'Samples~/**/*.cs'
- '!Samples~/**/Tests/**/*.cs'
- '**/*.cs'
- '!**/Tests/**'
- '!UnityProject~/Library/**'
test:
- 'Tests/**/*.cs'
- 'Samples~/**/Tests/**/*.cs'
- '**/Tests/**/*.cs'
- '!UnityProject~/Library/**'

testExecutionTime:
if: true

diff:
datastores:
- artifact://${GITHUB_REPOSITORY}
Expand Down

0 comments on commit 918664a

Please sign in to comment.