-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.octocov.yml
More file actions
36 lines (30 loc) · 651 Bytes
/
.octocov.yml
File metadata and controls
36 lines (30 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# see https://github.com/k1LoW/octocov
coverage:
if: true
paths:
- ./Logs/Report/lcov.info # Warning: This path is replace by regex in test.yml
codeToTestRatio:
code:
- 'Assets/**/*.cs'
- 'Packages/**/*.cs'
- 'LocalPackages/**/*.cs'
- '!**/Tests/**'
test:
- '**/Tests/**/*.cs'
- '!Library/**'
testExecutionTime:
if: true
diff:
datastores:
- artifact://${GITHUB_REPOSITORY}
# Comment report to pull request
comment:
if: is_pull_request
# Add report to job summary page
summary:
if: true
# Store report to artifact
report:
if: is_default_branch
datastores:
- artifact://${GITHUB_REPOSITORY}