We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a1fcb commit 045bfc9Copy full SHA for 045bfc9
CONTRIBUTING.md
@@ -78,6 +78,7 @@ python scripts/coverage.py
78
```
79
80
This will:
81
+
82
- Load the existing `.coverage.json` file
83
- Run `codeql resolve queries` to discover all available queries
84
- Update the coverage data with query metadata
@@ -112,6 +113,7 @@ The generated coverage report includes:
112
113
#### Understanding Coverage Data
114
115
The coverage script tracks:
116
117
- **Total Queries**: All queries discovered in `ql/src/`
118
- **Covered Queries**: Queries that have associated tests (initially 0, updated as tests are added)
119
- **Categories**: Query categories like `security` and `diagnostics`
0 commit comments