Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: true

coverage:
precision: 2
round: down
range: "50...70"
status:
patch: true
default_rules:
flag_coverage_not_uploaded_behavior: exclude
project:
default:
target: auto
# Threshold used for the PR Check
threshold: 1%
base: auto
if_ci_failed: success
informational: false
only_pulls: true

# PR Comment configuration
comment:
layout: "reach,diff,flags,files"
behavior: default
require_changes: false
require_base: false
require_head: false
# Set this to the number of coverage jobs run in the PR
after_n_builds: 1

flag_management:
default_rules:
carryforward: true
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ npm-debug.log.meta
.idea
.yamato/expectations/*

/projects/**/.idea
/projects/**/.vs
/projects/**/Builds
/projects/**/Library
/projects/**/Logs
/projects/**/obj
/projects/**/Tests_ProRes
/projects/**/Temp
/Projects/**/.idea
/Projects/**/.vs
/Projects/**/Builds
/Projects/**/Library
/Projects/**/Logs
/Projects/**/obj
/Projects/**/Tests_ProRes
/Projects/**/Temp
*.csproj
*.sln
!Tools/**/*sln
Expand Down
16 changes: 10 additions & 6 deletions .yamato/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Auto-generated by Recipe Engine, do not modify manually.
#######################################################
### ###
### Auto-generated by Recipe Engine, DO NOT EDIT. ###
### ###
#######################################################

# Generate codecov data for Cinemachine on MacOS
code_coverage_-_macos_-_trunk:
name: Code coverage - MacOS - trunk
# Build documentation for Cinemachine on MacOS
build_documentation_-_macos_-_trunk:
name: Build Documentation - MacOS - trunk
agent:
image: package-ci/macos-13:default
image: package-ci/macos-13:v4
type: Unity::VM::osx
flavor: b1.xlarge
commands:
- brick_source: git@github.cds.internal.unity3d.com:wind-xu/virtual_production_doc_generation.git@v0.3.0
- brick_source: git@github.cds.internal.unity3d.com:wind-xu/virtual_production_doc_generation.git@v0.5.3
variables:
EDITOR_VERSION: trunk
PACKAGE_NAME: com.unity.cinemachine
Expand Down
Loading
Loading