You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -534,10 +534,15 @@ Create a `.codegraphrc.json` in your project root to customize behavior:
534
534
},
535
535
"build": {
536
536
"incremental": true
537
+
},
538
+
"query": {
539
+
"excludeTests": true
537
540
}
538
541
}
539
542
```
540
543
544
+
> **Tip:**`excludeTests` can also be set at the top level as a shorthand — `{ "excludeTests": true }` is equivalent to nesting it under `query`. If both are present, the nested `query.excludeTests` takes precedence.
545
+
541
546
### LLM credentials
542
547
543
548
Codegraph supports an `apiKeyCommand` field for secure credential management. Instead of storing API keys in config files or environment variables, you can shell out to a secret manager at runtime:
0 commit comments