File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ coverage-clean: ## Remove coverage artifacts.
238
238
$(RM ) -r node_modules
239
239
$(RM ) -r gcovr
240
240
$(RM ) -r coverage/tmp
241
- @if [ -d " out/Release /obj.target" ]; then \
241
+ @if [ -d " out/$( BUILDTYPE ) /obj.target" ]; then \
242
242
$(FIND ) out/$(BUILDTYPE ) /obj.target \( -name " *.gcda" -o -name " *.gcno" \) \
243
243
-type f | xargs $(RM ) ; \
244
244
fi
@@ -265,7 +265,7 @@ coverage-build-js: ## Build JavaScript coverage files.
265
265
266
266
.PHONY : coverage-test
267
267
coverage-test : coverage-build # # Run the tests and generate a coverage report.
268
- @if [ -d " out/Release /obj.target" ]; then \
268
+ @if [ -d " out/$( BUILDTYPE ) /obj.target" ]; then \
269
269
$(FIND ) out/$(BUILDTYPE ) /obj.target -name " *.gcda" -type f | xargs $(RM ) ; \
270
270
fi
271
271
-NODE_V8_COVERAGE=coverage/tmp \
You can’t perform that action at this time.
0 commit comments