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

mattonem / PharoJS / 14380852851

10 Apr 2025 12:48PM UTC coverage: 27.097% (+1.1%) from 26.047%
14380852851

push

github

web-flow
Update stable.yml

5702 of 21043 relevant lines covered (27.1%)

0.27 hits per line

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

0.0
/Pharo/PharoJs-Examples/PjMinimalNodeApplication.class.st
1
"
2
I am a minimal application that runs in nodejs
3
"
4
Class {
5
        #name : 'PjMinimalNodeApplication',
6
        #superclass : 'PjNodeApplication',
7
        #category : 'PharoJs-Examples-Minimal',
8
        #package : 'PharoJs-Examples',
9
        #tag : 'Minimal'
10
}
11

12
{ #category : 'event handling' }
13
PjMinimalNodeApplication class >> start [
×
14
        super start.
×
15
        console log: 'this is a minimal Node application'
×
16
]
×
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