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

samvera / node-iiif / 51847fda-a900-452b-a861-1f0740800a77

pending completion
51847fda-a900-452b-a861-1f0740800a77

Pull #29

circleci

mbklein
Implementation of IIIF Image API v3.0.0
Pull Request #29: Implementation of IIIF Image API v3.0.0

131 of 140 branches covered (93.57%)

Branch coverage included in aggregate %.

225 of 225 new or added lines in 11 files covered. (100.0%)

355 of 355 relevant lines covered (100.0%)

105.27 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 = {}) {
49✔
3
    super(message, opts);
49✔
4
    this.statusCode = opts.statusCode;
49✔
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