Actions
Bug #3116
closedCoverage reports broken
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Since commit:b346ddbb2e92ad375a7cf9eb9b35bcb945ba5431 code coverage are broken due to a wrong assumption about JOB_NAME
variable: the build scripts assume that JOB_NAME
will contain just code-coverage
. In reality, JOB_NAME
is more complex: <project-name>/<axes>*
(for ndn-cxx code coverage job, it is ndn-cxx/OS=code-coverage
).
To simplify things, we just need to check that the suffix of the JOB_NAME
matches code-coverage
. We don't need to use has
helper, as JOB_NAME
contains exactly one value.
Updated by Alex Afanasyev about 9 years ago
- Status changed from In Progress to Code review
- % Done changed from 50 to 100
Updated by Alex Afanasyev about 9 years ago
- Status changed from Code review to Closed
Actions