Re: [go-nuts] Is it possible to get code coverage information in a way that does not assume you can see color?

2020-01-09 Thread Sam Whited
On Thu, Jan 9, 2020, at 08:50, jared.stoff...@gmail.com wrote: > I'm a totally blind developer who is trying to learn go. When running > > go tool cover -html=cover.out -o cover.html > > It appears the HTML generated uses color to show the lines of code > that are not covered without any other way

[go-nuts] Is it possible to get code coverage information in a way that does not assume you can see color?

2020-01-09 Thread jared . stofflet
I'm a totally blind developer who is trying to learn go. When running go tool cover -html=cover.out -o cover.html It appears the HTML generated uses color to show the lines of code that are not covered without any other way of identifying uncovered lines. This is obviously an issue if your to