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

samvera / node-iiif / 149fc590-d9fc-4e28-8032-e691cf414f9a

25 Nov 2024 07:35PM UTC coverage: 97.683%. Remained the same
149fc590-d9fc-4e28-8032-e691cf414f9a

Pull #37

circleci

mbklein
Tweak types; upate example in README
Pull Request #37: Add TypeScript types

142 of 153 branches covered (92.81%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

364 of 365 relevant lines covered (99.73%)

109.84 hits per line

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

100.0
/src/error.js
1
class IIIFError extends Error {
2
  constructor (message, opts = {}) {
7✔
3
    super(message, opts);
51✔
4
    this.statusCode = opts.statusCode;
51✔
5
  }
6
}
7

8
module.exports = IIIFError;
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

© 2026 Coveralls, Inc