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