Skip to content

Commit

Permalink
test: revert fail coverage target if tests fail"
Browse files Browse the repository at this point in the history
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 <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
mhdawson committed Jan 17, 2019
1 parent 9d5fbeb commit 1375af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ coverage-test: coverage-build
$(RM) out/$(BUILDTYPE)/obj.target/node_lib/gen/*.gcda
$(RM) out/$(BUILDTYPE)/obj.target/node_lib/src/*.gcda
$(RM) out/$(BUILDTYPE)/obj.target/node_lib/src/tracing/*.gcda
$(MAKE) $(COVTESTS)
-$(MAKE) $(COVTESTS)
mv lib lib__
mv lib_ lib
mkdir -p coverage .cov_tmp
Expand Down

0 comments on commit 1375af2

Please sign in to comment.