Fix coverage-report-server.py script to work with absolute srcpath master
authorMaria Guseva <m.guseva@samsung.com>
Thu, 6 Jul 2017 11:23:53 +0000 (14:23 +0300)
committerMaria Guseva <m.guseva@samsung.com>
Tue, 11 Jul 2017 02:46:03 +0000 (11:46 +0900)
commit92057e812e742f5acd6a74b69290fb19ce2d367a
tree74838eb041c0fb05a32d63498b3eb1086ebec193
parent70494a87113c83ae39a359f7f795febc381a147c
Fix coverage-report-server.py script to work with absolute srcpath

The issue is due to os.path.join semantics:

If a component is an absolute path, all previous components are thrown away
and joining continues from the absolute path component.
scripts/coverage-report-server.py