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

yunnysunny / slogger / #94

05 Jun 2024 10:41AM UTC coverage: 87.324%. Remained the same
#94

push

yunnysunny
ci: publish with pnpm

59 of 74 branches covered (79.73%)

Branch coverage included in aggregate %.

127 of 139 relevant lines covered (91.37%)

58.09 hits per line

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

50.0
/src/serverless-std-stream.ts
1
import { Writable } from 'node:stream';
1✔
2
export class ServerlessStdStream extends Writable {
1✔
3
    _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null | undefined) => void): void {
4
        console.log(chunk.toString());
×
5
        callback();
×
6
    }
7
}
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

© 2025 Coveralls, Inc