exercism / go-test-runner

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

Add non-executed tests to result set #99

Closed junedev closed 1 year ago

junedev commented 1 year ago

Fixes #94

I think this also resolves #47 as good as we can. The number of tests will still vary because we only have "placeholders" for the parent tests and not for the subtests but generating placeholders for the dynamically created subtests would be rather hard. Also the new testrunenr version 3 UI mitigates the issue described there somewhat as the output is grouped by task.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4358444157


Changes Missing Coverage Covered Lines Changed/Added Lines %
testrunner/extract.go 8 9 88.89%
<!-- Total: 69 70 98.57% -->
Files with Coverage Reduction New Missed Lines %
testrunner/extract.go 3 77.5%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 4355440980: 2.03%
Covered Lines: 401
Relevant Lines: 615

💛 - Coveralls