Skip to content

Commit 5d98f8a

Browse files
committed
Add Codecov flags
1 parent 2ec756c commit 5d98f8a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# VARIABLES #
33

4+
# Define the command for `npm`:
5+
NPM ?= npm
6+
47
# Define the command for `cat`:
58
CAT ?= cat
69
CAT_FLAGS ?=
@@ -9,7 +12,11 @@ CAT_FLAGS ?=
912
CODECOV ?= $(BIN_DIR)/codecov
1013

1114
# Define the command-line options to be used when reporting coverage statistics:
12-
CODECOV_FLAGS ?=
15+
CODECOV_FLAGS ?= \
16+
-F $(CI_SERVICE) \
17+
-F $(KERNEL) \ # TODO: lower case
18+
-F $(NODE_ENV) \
19+
-F $(NODE_VERSION) # TODO: compute
1320

1421

1522
# TARGETS #

0 commit comments

Comments
 (0)