• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hpi-swa / smalltalkCI / 25997662710

17 May 2026 05:24PM UTC coverage: 69.534% (-3.4%) from 72.983%
25997662710

push

github

fniephaus
Update OSVM versions for Squeak>=5.3

2789 of 4011 relevant lines covered (69.53%)

3.32 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/repository/SmalltalkCI-Core.package/SCITestRunner.class/class/runClasses.spec..st
1
running
×
2
runClasses: aCollectionOfClasses spec: aSCISpec
×
3
  | suite classes |
×
4
  suite := TestSuite named: aSCISpec name.
×
5
  classes := (aCollectionOfClasses
×
6
    select: [ :each | (each includesBehavior: TestCase) and: [ each isAbstract not ] ])
×
7
      asSortedCollection: [ :a :b | a name <= b name ].
×
8
  classes
×
9
    do: [ :each | each addToSuiteFromSelectors: suite ].
×
10
  ^ self runSuite: suite spec: aSCISpec
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc