| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f260e40 commit 1abada9
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,11 +65,11 @@ jobs: | |||
| 65 | 65 | run: npx envinfo | |
| 66 | 66 | - name: Install gcovr | |
| 67 | 67 | run: pip install gcovr==7.2 | |
| 68 | - - name: Build | ||
| 69 | - run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --coverage --without-intl" | ||
| 68 | + - name: Configure | ||
| 69 | + run: ./configure --verbose --error-on-warn --coverage --without-intl | ||
| 70 | 70 | # TODO(bcoe): fix the couple tests that fail with the inspector enabled. | |
| 71 | 71 | # The cause is most likely coverage's use of the inspector. | |
| 72 | - - name: Test | ||
| 72 | + - name: Build and test | ||
| 73 | 73 | run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0 | |
| 74 | 74 | - name: Report JS | |
| 75 | 75 | run: npx c8 report --check-coverage | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,11 +65,11 @@ jobs: | |||
| 65 | 65 | run: npx envinfo | |
| 66 | 66 | - name: Install gcovr | |
| 67 | 67 | run: pip install gcovr==7.2 | |
| 68 | - - name: Build | ||
| 69 | - run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --coverage" | ||
| 68 | + - name: Configure | ||
| 69 | + run: ./configure --verbose --error-on-warn --coverage | ||
| 70 | 70 | # TODO(bcoe): fix the couple tests that fail with the inspector enabled. | |
| 71 | 71 | # The cause is most likely coverage's use of the inspector. | |
| 72 | - - name: Test | ||
| 72 | + - name: Build and test | ||
| 73 | 73 | run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0 | |
| 74 | 74 | - name: Report JS | |
| 75 | 75 | run: npx c8 report --check-coverage | |
| Back | FazBrowse Home | New Git URL |
0 commit comments