marcoabreu opened a new pull request #12615: Correct PR branch detection in code coverage URL: https://github.com/apache/incubator-mxnet/pull/12615 The branch detection in the code coverage script was broken because a non-existing environment variable in groovy is considered null opposed to other documentation I've found that states it as being an empty string. A CI run to test the branch detection in a non-PR job is available below (that's why I created the branch in the main repository instead of my own fork). A CI run to test the branch detection in a PR job is the regular PR validation. Accept criteria is both reports referencing the same commit hash. Background for the change was that during my testing I used ```git log``` while I switched to ```rev-parse``` during last minute. Since CI automatically moves the currently checked out commit to the right one, ```rev-parse``` is actually working for PR-merge as well as for Branch validation.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
