On 7/28/2016 11:51 AM, Seb wrote:
Do you see the Code coverage overlay for this diff?
https://github.com/dlang/phobos/commit/6db08d3dadb007d930a4042a6140ca4fb22ea540
Yes. Took me a moment to realize the green box meant covered.
and on this file?
https://github.com/dlang/phobos/blob/master/std/algorithm/iteration.d
Yes.
Older PRs don't show a coverage report, because the report needs to be uploaded
& they don't have this in their `.travis.yml` yet. However rebasing should fix
this.
Thanks! Looks like I'll rebase all of my PRs and we'll see how it works!