exercism / go-test-runner

GNU Affero General Public License v3.0
15 stars 17 forks source link

Added REPL debug code and a couple related tweaks to export relevant functions #23

Closed ekingery closed 3 years ago

ekingery commented 3 years ago

I used this notebook to develop the code initially. It was not included previously because I didn't have time to make it work without copy/pasting the repo code. It now loads the package locally, making for a smooth development experience. Ordinarily I would not include debug / development code in a repo, but in this case I found the fast feedback loops of the REPL to be indispensable in working with the AST.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 496868696


Changes Missing Coverage Covered Lines Changed/Added Lines %
main.go 15 16 93.75%
<!-- Total: 15 16 93.75% -->
Files with Coverage Reduction New Missed Lines %
main.go 1 79.31%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 496251318: 13.3%
Covered Lines: 23
Relevant Lines: 29

💛 - Coveralls