mirror of
https://github.com/run-llama/llama-ui.git
synced 2026-08-25 09:19:49 -04:00
43 lines
703 B
YAML
43 lines
703 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "50...100"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
target: 50%
|
|
threshold: 1%
|
|
base: auto
|
|
patch:
|
|
default:
|
|
target: 40%
|
|
threshold: 5%
|
|
|
|
comment:
|
|
layout: "header,diff,files,footer"
|
|
behavior: default
|
|
require_changes: false
|
|
require_base: no
|
|
require_head: yes
|
|
|
|
github_checks:
|
|
annotations: true
|
|
|
|
ignore:
|
|
- "src/**/*.stories.tsx"
|
|
- "src/**/*.test.tsx"
|
|
- "src/**/*.spec.tsx"
|
|
- "src/**/types.ts"
|
|
- "src/**/index.ts"
|
|
- "src/styles.css"
|
|
- "src/**/mock-*.ts"
|
|
- "base/**"
|
|
- "tests/**/*"
|
|
- "**/*.d.ts"
|
|
- "dist/**"
|
|
- "coverage/**"
|
|
- "node_modules/**" |