[coverage] enable codecov.io reporting (#2060)

This commit is contained in:
Jonathan Hui
2017-08-04 08:49:32 -07:00
committed by GitHub
parent 86e1f2a4d4
commit 97e957b14a
2 changed files with 10 additions and 6 deletions
+8 -6
View File
@@ -1,8 +1,10 @@
coverage:
ignore:
- "tests/*"
- "third_party/*"
status:
project: false
patch: false
project: off
patch: off
ignore:
- "tests/*"
- "third_party/*"
comment: off
+2
View File
@@ -113,6 +113,8 @@ configure_OPTIONS = \
--enable-tmf-proxy \
$(NULL)
include $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/common-switches.mk
ifndef BuildJobs
BuildJobs := $(shell getconf _NPROCESSORS_ONLN)
endif