mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
This is the end of the PR train to remove the enterprise directory from out repo since we have consolidated to use a single license. Bye rough code split :)
60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
coverage:
|
|
range: 50...75
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
codeintel:
|
|
informational: true
|
|
paths:
|
|
- cmd/symbols
|
|
- cmd/precise-code-intel-*
|
|
- internal/codeintel
|
|
batches:
|
|
informational: true
|
|
paths:
|
|
- cmd/frontend/graphqlbackend/batches.go
|
|
- internal/usagestats/batches.go
|
|
- cmd/frontend/internal/batches
|
|
- internal/batches
|
|
- client/web/src/enterprise/batches
|
|
insights:
|
|
informational: true
|
|
paths:
|
|
- client/web/src/insights
|
|
- client/web/src/views
|
|
search:
|
|
informational: true
|
|
paths:
|
|
- client/shared/src/search
|
|
- client/web/src/enterprise/search
|
|
- client/web/src/search
|
|
- cmd/frontend/graphqlbackend/*search*
|
|
- cmd/frontend/internal/search
|
|
- cmd/searcher
|
|
- internal/search
|
|
typescript:
|
|
informational: true
|
|
flags:
|
|
- typescript
|
|
go:
|
|
informational: true
|
|
flags:
|
|
- go
|
|
patch:
|
|
default:
|
|
informational: true
|
|
only_pulls: true
|
|
target: 5%
|
|
comment: false
|
|
ignore:
|
|
- '**/bindata.go'
|
|
- 'client/vscode/**/*'
|
|
|
|
flags:
|
|
typescript:
|
|
carryforward: true
|
|
|
|
github_checks:
|
|
annotations: false
|