Skip to content

Commit

Permalink
Merge pull request #60 from nowsprinting/chore/fix_octocov
Browse files Browse the repository at this point in the history
Fix code-to-test-ratio settings in .octocov.yml
  • Loading branch information
Kuniwak authored May 22, 2024
2 parents e46fed4 + 918664a commit c12d5b4
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 c12d5b4

Please sign in to comment.