From 97e957b14a3cd3e464172891382d8f84d795b900 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 4 Aug 2017 08:49:32 -0700 Subject: [PATCH] [coverage] enable codecov.io reporting (#2060) --- .codecov.yml | 14 ++++++++------ examples/Makefile-posix | 2 ++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 6e21a7fec..9702bdc54 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,8 +1,10 @@ coverage: - ignore: - - "tests/*" - - "third_party/*" - status: - project: false - patch: false + project: off + patch: off + +ignore: + - "tests/*" + - "third_party/*" + +comment: off diff --git a/examples/Makefile-posix b/examples/Makefile-posix index efeb6cc82..6e2135422 100644 --- a/examples/Makefile-posix +++ b/examples/Makefile-posix @@ -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