exercism / go-test-runner

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

Fix CI test run #65

Closed junedev closed 2 years ago

junedev commented 2 years ago

I realized that the CI only runs the tests for main.go but not the tests in ./testrunner. I also found some tests are currently failing. Will try to fix this with this PR.

Update: The tests broke during the update to Go 1.17. The new go.mod files set a module name which then changed the output of the test runs. Since the CI was not set up correctly, we did not notice the failing tests.

To summarize, this PR fixes the CI so all tests are executed and it fixes the previously failing test cases.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1800499614


Totals Coverage Status
Change from base Build 1629863745: -4.6%
Covered Lines: 334
Relevant Lines: 447

💛 - Coveralls