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

micromata / generator-http-fake-backend / 109
100%

Build:
DEFAULT BRANCH: master
Ran 18 Feb 2018 10:15PM UTC
Jobs 3
Files 2
Run time 26s
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
109

push

travis-ci

web-flow
feat: Update fake backend to 4.0.2

> # http-fake-backend 4.0.2
> 
> ## Bug Fixes
> 
> * update minimum node version in package.json
>
>*Change `engines.node` to `>=6.0.0` to reflect the minimum node version which is needed since http-fake-backend 4.0.0.*
>
> # http-fake-backend 4.0.1
>
> ## Bug Fixes
>
> * encoding of binary files send via endpoints
> 
> # http-fake-backend 4.0.0
> 
> ## Bug Fixes
> 
> * **dependencies:** Apply changes of boom update
> * **dependencies:** Update dependencies
> 
> ## Code Refactoring
> 
> * Refactor existing codebase
> 
> ## Documentation
> 
> * Update required minimum Node version in readme
> 
> ## Features
> 
> * Add support for other response content-types, closes [#7](https://github.com/micromata/http-fake-backend/issues/7)
> * Add support for sending files as response, closes [#11](https://github.com/micromata/http-fake-backend/issues/11)
>
> ## BREAKING CHANGES
>
> * The transitive dependency punycode@2.1.0 needs Node version ">=6".
> * The setup.js is divided to multiple files.
Therefore you need to change the import of the setup in your endpoint files
like the following:
> 
> ```javascript
> // before
> const SetupEndpoint = require('./setup/setup.js');
>
> // now
> const SetupEndpoint = require('./setup/index.js');
> 
> // or:
> const SetupEndpoint = require('./setup/');
> ```

4 of 4 branches covered (100.0%)

43 of 43 relevant lines covered (100.0%)

3.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 109.1 18 Feb 2018 10:15PM UTC 0
100.0
Travis Job 109.1
2 109.2 18 Feb 2018 10:15PM UTC 0
100.0
Travis Job 109.2
3 109.3 18 Feb 2018 10:15PM UTC 0
100.0
Travis Job 109.3
Source Files on build 109
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Travis Build #109
  • 05e234d2 on github
  • Prev Build on master (#106)
  • Next Build on master (#110)
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

© 2025 Coveralls, Inc