Add configuration for excluding unit tests from SAM analysis 69/288769/2
authorTomasz Swierczek <t.swierczek@samsung.com>
Wed, 22 Feb 2023 12:49:24 +0000 (13:49 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 22 Feb 2023 14:06:52 +0000 (15:06 +0100)
commitc9219da9042d3d05d7b4f4eb77108109f4e3bca7
tree160b5443ed885963a3efdd2503825d82cb7c3b3e
parent021cf5597729b94fb3000a787d3aed419b2b0fc3
Add configuration for excluding unit tests from SAM analysis

SAM & analysis hub treats the fact that unit tests direclty
link to src/ folder as cycle dependency between various modules,
lowering its score.

Since unit tests are not part of release image and unit tests should, actually,
link with implemenation, not client library, to enable code coverage measurement,
their implementation will be removed from SAM check.

Change-Id: If0185b07526cd83cb0b9847d082254d5e367e6df
.ahub/sam/exclude.txt [new file with mode: 0644]