Skip to content

Commit 00d8aa8

Browse files
committed
Fix missing separator
1 parent ecd80fb commit 00d8aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/coverage-service/codecov.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CODECOV_FLAGS ?= \
1616
-F $(CI_SERVICE) \
1717
-F $(shell echo $(KERNEL) | tr '[:upper:]' '[:lower:]') \
1818
-F $(shell $(NODE) --version | tr '\.' '_' | (printf 'node_' && $(CAT))) \
19-
-X fix
19+
-X fix \
2020
-Z
2121

2222
ifdef COVERAGE_NAME

0 commit comments

Comments
 (0)