Fabio Niephaus
Fabio Niephaus
Build: https://github.com/hpi-swa/smalltalkCI/runs/3132901930?check_suite_focus=true#step:4:59 http://files.pharo.org/get-files/100/pharo-vm-Windows-x86_64-stable.zip does not seem to exist.
As already [mentioned recently](https://github.com/hpi-swa/smalltalkCI/issues/490#issuecomment-742698840), Travis CI is reducing the amount of resources available for OSS to [10000 credits](https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing). It looks like we've already exceeded those 10000 credits this month, so...
Coverage testing is not performed with `valueUnpreemptively`. Therefore, other processes can potentially run and execute code that is currently being coverage tested. This leads to wrong results, because its unclear...
This makes it hard for other users to contribute. On the other hand, I'm not sure if all images supported by smalltalkCI also support the metadata-less format. @dalehenrich?
For some reason, smalltalkCI builds fail on `Pharo-alpha`+AppVeyor ([example](https://ci.appveyor.com/project/smalltalkCI/smalltalkci/build/277/job/a35v8mipc3r0gy2a)).
#453 added support for code coverage via GitHub Actions. However, there seems to be a problem with the reports showing up on coverall. Here's an example: https://github.com/hpi-swa-teaching/Algernon-Launcher/runs/667095382?check_suite_focus=true#step:4:215 The [API reference](https://docs.coveralls.io/api-reference)...
Example build: https://travis-ci.org/hpi-swa/smalltalkCI/jobs/638491616#L219 Please have a look, @estebanlm.
Image and changes file should be copied prior the testing phase.
Currently, [SmalltalkCI>>test also exports the builds results and closes the image at the end when necessary](https://github.com/hpi-swa/smalltalkCI/blob/f54764c270b2d37289bf1efafd6db0276f6314f9/repository/SmalltalkCI-Core.package/SmalltalkCI.class/instance/test.st#L17). @dalehenrich would you object to let it return the test results instead of doing...
Sometimes it is necessary to access external resources in order to be able to load and test a project. Currently, smalltalkCI symlinks the project directory into the build directory and...