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

dex4er / js-null-writable / 19091251305

05 Nov 2025 04:25AM UTC coverage: 100.0%. Remained the same
19091251305

Pull #69

github

web-flow
Update dependency mocha to v11
Pull Request #69: Update dependency mocha to v11

2 of 2 branches covered (100.0%)

Branch coverage included in aggregate %.

14 of 14 relevant lines covered (100.0%)

3.86 hits per line

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

100.0
/src/null-writable.ts
1
/// <reference types="node" />
1✔
2

1✔
3
import {Writable} from "node:stream"
1✔
4

1✔
5
export class NullWritable extends Writable {
1✔
6
  _write(_chunk: any, _encoding: BufferEncoding, callback: (error?: Error | null) => void): void {
1✔
7
    callback()
21✔
8
  }
21✔
9
  _writev?(_chunks: Array<{chunk: any; encoding: BufferEncoding}>, callback: (error?: Error | null) => void): void {
1✔
10
    callback()
1✔
11
  }
1✔
12
}
1✔
13

1✔
14
export default NullWritable
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

© 2025 Coveralls, Inc