Skip to content

Commit 91ec0ed

Browse files
committed
Move diff-range computation into utils for reuse
1 parent 4e0b2cd commit 91ec0ed

File tree

4 files changed

+302
-306
lines changed

4 files changed

+302
-306
lines changed

lib/analyze-action.js

Lines changed: 114 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import * as sinon from "sinon";
77
import * as actionsUtil from "./actions-util";
88
import { CodeQuality, CodeScanning } from "./analyses";
99
import {
10-
exportedForTesting,
1110
runQueries,
1211
defaultSuites,
1312
resolveQuerySuiteAlias,
1413
addSarifExtension,
1514
} from "./analyze";
1615
import { createStubCodeQL } from "./codeql";
16+
import { exportedForTesting } from "./diff-informed-analysis-utils";
1717
import { Feature } from "./feature-flags";
1818
import { KnownLanguage } from "./languages";
1919
import { getRunnerLogger } from "./logging";

0 commit comments

Comments
 (0)