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 75215b5 commit 648bd32Copy full SHA for 648bd32
src/test/suite/testCoverage.test.ts
@@ -9,7 +9,7 @@ import {
9
import { readParameter } from "../../idfConfiguration";
10
11
suite("Test Coverage Unit Tests", () => {
12
- const workspace = vscode.Uri.file(join(__dirname, "../../../testFiles/gcov"));
+ const workspace = vscode.Uri.file(join(__dirname, "../../testFiles/gcov"));
13
test("gcov executables based on idfTarget", () => {
14
const esp32c3 = getGcovExecutable("esp32c3")
15
const esp32s2 = getGcovExecutable("esp32s2")
0 commit comments