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 d79c0a1 commit 89d3359Copy full SHA for 89d3359
src/upload-sarif.test.ts
@@ -203,7 +203,7 @@ test(
203
},
204
);
205
206
-test("uploadSarif doesn't upload if `upload` != `always`", async (t) => {
+test("uploadSarif doesn't upload if upload is disabled", async (t) => {
207
await util.withTmpDir(async (tempDir) => {
208
const logger = getRunnerLogger(true);
209
const features = createFeatures([]);
0 commit comments