Skip to content

Commit 045bfc9

Browse files
committed
fix(docs): Update formatting
1 parent 57a1fcb commit 045bfc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ python scripts/coverage.py
7878
```
7979

8080
This will:
81+
8182
- Load the existing `.coverage.json` file
8283
- Run `codeql resolve queries` to discover all available queries
8384
- Update the coverage data with query metadata
@@ -112,6 +113,7 @@ The generated coverage report includes:
112113
#### Understanding Coverage Data
113114

114115
The coverage script tracks:
116+
115117
- **Total Queries**: All queries discovered in `ql/src/`
116118
- **Covered Queries**: Queries that have associated tests (initially 0, updated as tests are added)
117119
- **Categories**: Query categories like `security` and `diagnostics`

0 commit comments

Comments
 (0)