We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adfc83 commit ecd80fbCopy full SHA for ecd80fb
tools/make/lib/coverage-service/codecov.mk
@@ -16,6 +16,7 @@ CODECOV_FLAGS ?= \
16
-F $(CI_SERVICE) \
17
-F $(shell echo $(KERNEL) | tr '[:upper:]' '[:lower:]') \
18
-F $(shell $(NODE) --version | tr '\.' '_' | (printf 'node_' && $(CAT))) \
19
+ -X fix
20
-Z
21
22
ifdef COVERAGE_NAME
0 commit comments