Skip to content
Draft
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
27 changes: 13 additions & 14 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
codecov:
require_ci_to_pass: no
require_ci_to_pass: false
notify:
wait_for_ci: no
wait_for_ci: true

coverage:
precision: 2
round: down
range: "50...70"
status:
patch: off
patch: true
default_rules:
flag_coverage_not_uploaded_behavior: exclude
project:
default:
target: auto
threshold: 0%
# 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: no
require_base: no
require_head: no
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

# Components configuration
component_management:
individual_components:
- component_id: "com.unity.cinemachine"
name: "com.unity.cinemachine"
paths:
- com.unity.cinemachine
flag_management:
default_rules:
carryforward: true
10 changes: 5 additions & 5 deletions .yamato/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Auto-generated by Recipe Engine, do not modify manually.

# 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