Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 736349c

Browse filesBrowse files
refackaddaleax
authored andcommitted
build,test: fail coverage target if tests fail
PR-URL: #25432 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent edab2d6 commit 736349c
Copy full SHA for 736349c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.