File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ jobs:
7171 run : npx envinfo
7272 - name : Install gcovr
7373 run : pip install gcovr==7.2
74- - name : Build
75- run : make build-ci -j4 V=1 CONFIG_FLAGS=" --error-on-warn --coverage --without-intl"
74+ - name : Configure
75+ run : ./configure --verbose --error-on-warn --coverage --without-intl
7676 # TODO(bcoe): fix the couple tests that fail with the inspector enabled.
7777 # The cause is most likely coverage's use of the inspector.
78- - name : Test
78+ - name : Build and test
7979 run : NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0
8080 - name : Report JS
8181 run : npx c8 report --check-coverage
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ jobs:
7171 run : npx envinfo
7272 - name : Install gcovr
7373 run : pip install gcovr==7.2
74- - name : Build
75- run : make build-ci -j4 V=1 CONFIG_FLAGS=" --error-on-warn --coverage"
74+ - name : Configure
75+ run : ./configure --verbose --error-on-warn --coverage
7676 # TODO(bcoe): fix the couple tests that fail with the inspector enabled.
7777 # The cause is most likely coverage's use of the inspector.
78- - name : Test
78+ - name : Build and test
7979 run : NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0
8080 - name : Report JS
8181 run : npx c8 report --check-coverage
You can’t perform that action at this time.
0 commit comments