exercism / go-test-runner

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

Support extracting code when initializing test data without field name #104

Closed meoconbatu closed 1 year ago

meoconbatu commented 1 year ago

This commit only supports anonymous struct type. To fully support for named struct type requires a lot of changes in the source code.

Fixes #78

github-actions[bot] commented 1 year ago

Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5382124734


Changes Missing Coverage Covered Lines Changed/Added Lines %
testrunner/ast.go 20 22 90.91%
<!-- Total: 20 22 90.91% -->
Files with Coverage Reduction New Missed Lines %
testrunner/ast.go 1 75.93%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 4500252823: 0.9%
Covered Lines: 422
Relevant Lines: 641

💛 - Coveralls