arafatkatze / glot

Glot is a plotting library for Golang built on top of gnuplot.
MIT License
398 stars 19 forks source link

[enhancement] using go libraries for test coverage report generation #5

Closed shubham7saxena closed 6 years ago

shubham7saxena commented 6 years ago

hey @Arafatk , just saw the travis build and the test_coverage.sh for test coverage report generation. May I know the thought process behind using that. there does exist tools such as [gocov] (https://github.com/axw/gocov). Do check it out. Also, do you mind sharing the test_coverage.sh. I will be happy to run down a comparsion between the two and raise a pull request in case some other tool looks good.

arafatkatze commented 6 years ago

@shubham7saxena I added the file.
And I am checked out gocov.
It's pretty cool.
You are welcome to run the tests.

shubham7saxena commented 6 years ago

@Arafatk I will add gocov and gocyclo for cyclomatic complexity. You can assign the issue to me. will try to finish it by the weekend. Cheers 😄

arafatkatze commented 6 years ago

@shubham7saxena That's really nice.
Thanks a lot.

arafatkatze commented 6 years ago

Pull Request #8
Solves this