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 9d6626a commit 27d77ceCopy full SHA for 27d77ce
.github/workflows/coverage-windows.yml
@@ -57,11 +57,11 @@ jobs:
57
- name: Environment Information
58
run: npx envinfo
59
- name: Build
60
- run: ./vcbuild.bat
+ run: ./vcbuild.bat clang-cl
61
# TODO(bcoe): investigate tests that fail with coverage enabled
62
# on Windows.
63
- name: Test
64
- run: ./vcbuild.bat test-ci-js; node -e 'process.exit(0)'
+ run: ./vcbuild.bat noprojgen nobuild test-ci-js; node -e 'process.exit(0)'
65
env:
66
NODE_V8_COVERAGE: ./coverage/tmp
67
- name: Report
0 commit comments