mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
d10cabebb5
Added new APIs in sgx_uae_service.h and sgx_ukey_exchange.h to support ECDSA quote based remote attestation. The set of legacy APIs supports EPID only and the set of new APIs supports ECDSA quotes. Enhanced Edger8r with structure deep-copy feature. Fixed bugs. Signed-off-by: Li, Xun <xun.li@intel.com>
16 lines
471 B
YAML
16 lines
471 B
YAML
comment:
|
|
layout: "reach, diff, flags, files"
|
|
behavior: default
|
|
require_changes: true # if true: only post the comment if coverage changes
|
|
require_base: no # [yes :: must have a base report to post]
|
|
require_head: yes # [yes :: must have a head report to post]
|
|
branches: null
|
|
|
|
coverage:
|
|
ignore:
|
|
- "third_party/.*" # ignore folder and all its contents
|
|
- "**/test/.*" # ignore test code
|
|
|
|
fixes:
|
|
- "projects/cppmicroservices::"
|