exercism / go-test-runner

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

Cover the case when `Run()` body is composed of multiple statements #87

Closed dreig closed 1 year ago

dreig commented 1 year ago

There are a few exercises that have tests with subtests and where the body of the Run() consists of multiple statements. The extracted test then would only contain the first of these statements. Below is a screenshot-example from the Cars Assemble exercise. image

References #78

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3293013832


Totals Coverage Status
Change from base Build 3184568547: 0.0%
Covered Lines: 388
Relevant Lines: 501

💛 - Coveralls