We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getPerQueryAlertCounts
1 parent ff57bbf commit 6d2d204Copy full SHA for 6d2d204
src/analyze.ts
@@ -760,6 +760,8 @@ export async function runQueries(
760
}
761
762
if (await features.getValue(Feature.QaTelemetryEnabled)) {
763
+ // Note: QA adds the `code-quality` query suite to the `queries` input,
764
+ // so this is fine since there is no `.quality.sarif`.
765
const perQueryAlertCounts = getPerQueryAlertCounts(sarifFile);
766
767
const perQueryAlertCountEventReport: EventReport = {
0 commit comments