[
https://issues.apache.org/jira/browse/AURORA-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180157#comment-14180157
]
Joshua Cohen commented on AURORA-880:
-------------------------------------
I observed the coverage numbers drop between a run of {{./gradlew build}}:
{noformat}
Instruction coverage of 0.881560128960318 exceeds minimum coverage of 0.88.
Branch coverage of 0.8285714285714286 exceeds minimum coverage of 0.82.
{noformat}
and and {{./gradlew clean build}}:
{noformat}
Instruction coverage of 0.8800572079606331 exceeds minimum coverage of 0.88.
Branch coverage of 0.8253968253968254 exceeds minimum coverage of 0.82.
{noformat}
> Add some wiggle room when requiring min coverage be raised
> ----------------------------------------------------------
>
> Key: AURORA-880
> URL: https://issues.apache.org/jira/browse/AURORA-880
> Project: Aurora
> Issue Type: Task
> Components: Build
> Reporter: Joshua Cohen
> Assignee: Joshua Cohen
> Priority: Minor
>
> There are apparently differences in the calculation between local and jenkins
> builds, to reduce build flakiness we should account for this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)