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

Cameri / nostr-ts-relay / 3763976340

pending completion
3763976340

Pull #96

github

GitHub
Merge 165dc4f2e into ab86a6565
Pull Request #96: feat: merkle tree and proofs

338 of 404 branches covered (83.66%)

Branch coverage included in aggregate %.

11 of 69 new or added lines in 4 files covered. (15.94%)

832 of 995 relevant lines covered (83.62%)

22.35 hits per line

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

0.0
/src/validator/trail-log.ts
NEW
1
import { PathLike, writeFileSync } from 'fs'
×
2

NEW
3
export class TrailLog {
×
4
  public constructor(
NEW
5
    private readonly path: PathLike | number
×
6
  ) {}
7

8
  public append(data: Buffer) {
NEW
9
    writeFileSync(this.path, data)
×
10
  }
11
}
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