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

hpi-swa / smalltalkCI / 25999393532

17 May 2026 05:24PM UTC coverage: 72.983%. Remained the same
25999393532

push

github

fniephaus
Update OSVM versions for Squeak>=5.3

3293 of 4512 relevant lines covered (72.98%)

26.39 hits per line

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

100.0
/repository/SmalltalkCI-Core.package/SCITestRunner.class/class/runClasses.spec..st
1
running
2✔
2
runClasses: aCollectionOfClasses spec: aSCISpec
2✔
3
  | suite classes |
2✔
4
  suite := TestSuite named: aSCISpec name.
2✔
5
  classes := (aCollectionOfClasses
2✔
6
    select: [ :each | (each includesBehavior: TestCase) and: [ each isAbstract not ] ])
2✔
7
      asSortedCollection: [ :a :b | a name <= b name ].
2✔
8
  classes
2✔
9
    do: [ :each | each addToSuiteFromSelectors: suite ].
2✔
10
  ^ self runSuite: suite spec: aSCISpec
2✔
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