forked from IvorySQL/IvorySQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
23 lines (23 loc) · 796 Bytes
/
.coderabbit.yaml
File metadata and controls
23 lines (23 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# Minimal configuration for getting started
language: "en-US"
reviews:
profile: "chill"
high_level_summary: true
auto_review:
enabled: true
drafts: false
base_branches: ["master", "IVORY_REL_5_STABLE"]
path_filters:
- "**/*.out" # Include test output files
path_instructions:
- path: "**/expected/*.out"
instructions: |
These are expected test outputs from pg_regress. Review for:
- Correctness of query results
- Proper Oracle compatibility behavior
- Edge case coverage
- Consistency with corresponding .sql test files
- path: "**/sql/*.sql"
instructions: |
Test SQL files. Ensure comprehensive coverage of features.