exercism / go-test-runner

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

Replace "/" and "_" from test names so it can be wrapped #86

Closed manel-bc closed 1 year ago

manel-bc commented 1 year ago

This PR addresses https://github.com/exercism/go-test-runner/issues/77

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3321303876


Files with Coverage Reduction New Missed Lines %
testrunner/ast.go 14 73.68%
<!-- Total: 14 -->
Totals Coverage Status
Change from base Build 3184568547: 0.4%
Covered Lines: 397
Relevant Lines: 510

💛 - Coveralls
manel-bc commented 1 year ago

Thanks for tackling the issue!

Left some comments.

I agree with all of them. Thanks for being so pedagogical about it :)