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

dijs / wiki / 304 / 1
89%
master: 91%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 11 Nov 2019 02:52PM UTC
Files 4
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Nov 2019 02:50PM UTC coverage: 89.56%. Remained the same
304.1

Pull #131

travis-ci

web-flow
Implement Headers type in TypeScript definition

Usage of headers was documented in the readme but not included in the TypeScript definitions. This fixes that.

As a work around I added this locally to my project for testing.
```ts
declare module 'wikijs' {
  /**
   * The Headers sent to be sent along with the request
   *
   * @type {HeadersInit}
   * @memberof Options
   */
  interface Options {
    headers: HeadersInit;
  }
}
```
Pull Request #131: Implement Headers type in TypeScript definition

125 of 149 branches covered (83.89%)

163 of 182 relevant lines covered (89.56%)

113.88 hits per line

Source Files on job 304.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 271
  • Travis Job 304.1
  • 8d1edd10 on github
  • Prev Job for on patch-1 (#302.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

© 2026 Coveralls, Inc