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 file paths for coverage reports #565

Closed LinqLover closed 1 year ago

LinqLover commented 2 years ago

Implement and test proper handling of class-side methods, extension methods, trait methods, and special message selectors.

Resolves https://github.com/hpi-swa/smalltalkCI/issues/362.

Draft: I still need to test this manually and add pharo compatibility.

LinqLover commented 1 year ago

(oops, I did not assume that renaming a branch via GitHub would close all associated PRs ... Opened #571 instead.)