• 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-Pharo-Coverage-Core.package/SCIPharo34CodeCoverage.class/class/md5Of..st
1
compatibility
1✔
2
md5Of: aFilePath
1✔
3

1✔
4
        | fr loc |
1✔
5

1✔
6
        fr := aFilePath asFileReference readStream.
1✔
7
        loc := ( MD5 hashMessage: fr contents ) hex.
1✔
8
        fr close.
1✔
9
        ^ loc
1✔
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