mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[coverage] enable codecov.io reporting (#2060)
This commit is contained in:
+8
-6
@@ -1,8 +1,10 @@
|
||||
coverage:
|
||||
ignore:
|
||||
- "tests/*"
|
||||
- "third_party/*"
|
||||
|
||||
status:
|
||||
project: false
|
||||
patch: false
|
||||
project: off
|
||||
patch: off
|
||||
|
||||
ignore:
|
||||
- "tests/*"
|
||||
- "third_party/*"
|
||||
|
||||
comment: off
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user