From 676a761f6937f7f098a07a70bdf3ea421044501e Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Tue, 11 Aug 2026 18:20:30 +0200 Subject: [PATCH 1/2] chore(ci): add gitignore case --- .gitignore | 1 + test/build/config-format/disable-interpret/main.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 test/build/config-format/disable-interpret/main.js diff --git a/.gitignore b/.gitignore index db588310de6..0b6cc74274e 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ packages/**/yarn.lock # test output files test/js/* test/create-webpack-app-testing/* +test/create-webpack-app/create-webpack-app-testing/* test/**/bin/ test/**/**/bin/ test/**/**/**/bin/ diff --git a/test/build/config-format/disable-interpret/main.js b/test/build/config-format/disable-interpret/main.js new file mode 100644 index 00000000000..4b511415777 --- /dev/null +++ b/test/build/config-format/disable-interpret/main.js @@ -0,0 +1,3 @@ +"use strict"; + +console.log("Main typescript file"); From 1521febee990b47976c28d67ab02885f5994f4ee Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Tue, 11 Aug 2026 19:19:52 +0200 Subject: [PATCH 2/2] ci(codecov): fix wrong settings --- .codecov.yml | 4 ++-- .cspell.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 9f22d86e981..6d2182beedf 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,5 @@ codecov: - require_ci_to_pass: yes + require_ci_to_pass: true coverage: precision: 2 @@ -17,4 +17,4 @@ parsers: comment: layout: "reach,diff,flags,files,footer" behavior: default - require_changes: no + require_changes: false diff --git a/.cspell.json b/.cspell.json index f6e53dc0040..dd262fb97b4 100644 --- a/.cspell.json +++ b/.cspell.json @@ -10,6 +10,7 @@ "chuntaro", "CLIAPI", "cobertura", + "gcov", "codecov", "colorette", "commitlint",