Skip to content

Commit a03d929

Browse files
committed
Moving files outside sample folder
1 parent 39e784d commit a03d929

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed

src/test/suite/testCoverage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import { readParameter } from "../../idfConfiguration";
1010

1111
suite("Test Coverage Unit Tests", () => {
12-
const workspace = vscode.Uri.file(join(__dirname, "../../testFiles/gcov"));
12+
const workspace = vscode.Uri.file(join(__dirname, "../../../testFiles/gcov"));
1313
test("gcov executables based on idfTarget", () => {
1414
const esp32c3 = getGcovExecutable("esp32c3")
1515
const esp32s2 = getGcovExecutable("esp32s2")

0 commit comments

Comments
 (0)