hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Fix gathering of extension methods for coverage testing #577

Closed LinqLover closed 1 year ago

LinqLover commented 1 year ago

Also covers extension methods in SCICodeCoverageTest>>#testEndToEnd, which were previously not tested on CI because smalltalkCI itself does not have any extensions.

Closes #576.

Thanks to Gabriel (GOC) for the recommendation!

gcotelli commented 1 year ago

LGTM! I confirm that running this branch locally fixed the reported problem