mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
da7ed8b292
Our CI scripts don't need to have thorough tests, and aren't in the hot path of the product.
35 lines
614 B
YAML
35 lines
614 B
YAML
codecov:
|
|
require_ci_to_pass: false
|
|
|
|
comment: false
|
|
|
|
github_checks:
|
|
annotations: false
|
|
|
|
coverage:
|
|
status:
|
|
patch:
|
|
default:
|
|
informational: yes
|
|
project:
|
|
default:
|
|
target: 70%
|
|
informational: yes
|
|
|
|
ignore:
|
|
# This is generated code.
|
|
- coderd/database/models.go
|
|
- coderd/database/query.sql.go
|
|
- coderd/database/databasefake
|
|
# These are generated or don't require tests.
|
|
- cmd
|
|
- coderd/tunnel
|
|
- coderd/database/dump
|
|
- coderd/database/postgres
|
|
- peerbroker/proto
|
|
- provisionerd/proto
|
|
- provisionersdk/proto
|
|
- scripts
|
|
- site/.storybook
|
|
- rules.go
|