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

dijs / wiki / 304
89%
master: 91%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 11 Nov 2019 02:52PM UTC
Jobs 1
Files 4
Run time 2s
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

pending completion
304

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

Jobs
ID Job ID Ran Files Coverage
1 304.1 11 Nov 2019 02:52PM UTC 0
89.56
Travis Job 304.1
Source Files on build 304
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #304
  • Pull Request #131
  • PR Base - master (#302)
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