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

vbuch / node-signpdf / 17455699876

04 Sep 2025 06:45AM UTC coverage: 84.563% (-15.4%) from 100.0%
17455699876

Pull #294

github

Copilot
Restore dist files after build - addressing missing dist files issue

Co-authored-by: vbuch <5102057+vbuch@users.noreply.github.com>
Pull Request #294: Decouple placeholder-plain from pdfkit010 by moving shared utilities to utils package

137 of 172 branches covered (79.65%)

Branch coverage included in aggregate %.

5 of 60 new or added lines in 3 files covered. (8.33%)

356 of 411 relevant lines covered (86.62%)

19.42 hits per line

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

0.0
/packages/utils/src/PDFAbstractReference.js
1
/*
2
PDFAbstractReference by Devon Govett used below.
3
The class is part of pdfkit. See https://github.com/foliojs/pdfkit
4
LICENSE: MIT. Included in this folder.
5
Modifications may have been applied for the purposes of node-signpdf.
6
*/
7

8
/*
9
PDFAbstractReference - abstract class for PDF reference
10
*/
11

12
export class PDFAbstractReference {
13
    toString() {
NEW
14
        throw new Error('Must be implemented by subclasses');
×
15
    }
16

17
    end() {
18
        // noop
19
    }
20
}
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