Files
coder/.github/codecov.yml
T
Kyle Carberry da7ed8b292 chore: Ignore scripts from code coverage (#1878)
Our CI scripts don't need to have thorough tests, and aren't
in the hot path of the product.
2022-05-27 22:25:24 +00:00

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