mirror of
https://github.com/coder/coder.git
synced 2026-06-07 06:58:17 +00:00
4cfc9af442
The notify block was syntactically invalid, preventing any of this file from working.
35 lines
631 B
YAML
35 lines
631 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/datadog-cireport
|
|
- site/.storybook
|
|
- rules.go
|