Skip to content

Commit

Permalink
Fix to exclude Library from code-to-test-ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed May 7, 2024
1 parent e034a42 commit 84bc6fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .octocov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@ coverage:
if: true
paths:
- ./Logs/Report/lcov.info # Warning: This path is replace by regex in test.yml

codeToTestRatio:
code:
- 'Assets/**/*.cs'
- 'Packages/**/*.cs'
- '!**/Tests/**/*.cs'
- 'LocalPackages/**/*.cs'
- '!**/Tests/**/'
test:
- '**/Tests/**/*.cs'
- '!Library/**'

testExecutionTime:
if: true
diff:

datastores:
- artifact://${GITHUB_REPOSITORY}

Expand Down

0 comments on commit 84bc6fe

Please sign in to comment.