Skip to content

Commit 1375af2

Browse files
committed
test: revert fail coverage target if tests fail"
This reverts commit f216d5b. Seems like it breaks the nightly job so reverting until we figure that out. PR-URL: #25543 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 9d5fbeb commit 1375af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ coverage-test: coverage-build
227227
$(RM) out/$(BUILDTYPE)/obj.target/node_lib/gen/*.gcda
228228
$(RM) out/$(BUILDTYPE)/obj.target/node_lib/src/*.gcda
229229
$(RM) out/$(BUILDTYPE)/obj.target/node_lib/src/tracing/*.gcda
230-
$(MAKE) $(COVTESTS)
230+
-$(MAKE) $(COVTESTS)
231231
mv lib lib__
232232
mv lib_ lib
233233
mkdir -p coverage .cov_tmp

0 commit comments

Comments
 (0)