We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a090d3 commit dbda6bbCopy full SHA for dbda6bb
.gitignore
@@ -36,6 +36,7 @@ node_g
36
icu_config.gypi
37
.eslintcache
38
node_trace.*.log
39
+coverage/
40
41
/out
42
Makefile
@@ -128,7 +128,7 @@ coverage-clean:
128
$(RM) -r node_modules
129
$(RM) -r gcovr testing
130
$(RM) -r out/$(BUILDTYPE)/.coverage
131
- $(RM) -r .cov_tmp coverage
+ $(RM) -r .cov_tmp
132
$(RM) out/$(BUILDTYPE)/obj.target/node/{src,gen}/*.gcda
133
$(RM) out/$(BUILDTYPE)/obj.target/node/src/tracing/*.gcda
134
$(RM) out/$(BUILDTYPE)/obj.target/node/{src,gen}/*.gcno
0 commit comments