Skip to content

Commit

Permalink
fixed typo in Makefile for target 'unit-tests-with-cover' (#2285)
Browse files Browse the repository at this point in the history
Signed-off-by: Granville Schmidt <[email protected]>
  • Loading branch information
gramidt authored Feb 5, 2021
1 parent d4d4d1b commit b3d130f
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 @@ -32,7 +32,7 @@ e2e-test: otelcontribcol otelcontribcol-unstable
$(MAKE) -C testbed run-tests
$(MAKE) -C testbed run-tests TESTS_DIR=tests_unstable_exe

.PHONY: test-with-cover
.PHONY: unit-tests-with-cover
unit-tests-with-cover:
@echo Verifying that all packages have test files to count in coverage
@internal/buildscripts/check-test-files.sh $(subst github.com/open-telemetry/opentelemetry-collector-contrib/,./,$(ALL_PKGS))
Expand Down

0 comments on commit b3d130f

Please sign in to comment.