-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.octocov.yml
More file actions
38 lines (32 loc) · 747 Bytes
/
Copy path.octocov.yml
File metadata and controls
38 lines (32 loc) · 747 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
37
38
# see https://github.com/k1LoW/octocov
coverage:
if: true
paths:
- UnityProject~/Logs/Report/lcov.info # Warning: This path is to be replaced by regex in test.yml
codeToTestRatio:
code:
- '**/*.cs'
- '!**/Tests/**'
- '!UnityProject~/Library/**'
- '!Library/**'
test:
- '**/Tests/**/*.cs'
- '!UnityProject~/Library/**'
- '!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}
- bq://test-results-473823/test_helper/octocov