Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

strongloop / express / 2561
100%

DEFAULT BRANCH: master
Build:
Repo Added 31 Jul 2014 12:21AM UTC
Total Files 43
# Builds 1122 Last
Badge
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

6 Jan 2016 - 23:19 coverage increased (+0.0002%) to 99.561%
2561

Pull #2841

travis-ci

9e505829a0733110fe0b6cb3bfb6ac47?size=18&default=identiconmqsoh
Make automatic 304 responses configurable.

If you `app.disable('etag')`, Express will still compare `If-None-Match` in the
request and `ETag` in the response. If they match, it automatically strips the
body and returns a `304 Not Modified`.

This change makes is possible to disable that behavior. To completely disable
ETag mangement:

    app.disable('etag');
    app.disable('automatic 304s');
Pull Request #2841: Make automatic 304 responses configurable.

1813 of 1821 relevant lines covered (99.56%)

2401.02 hits per line

Jobs
Coverage Job Files Covered Ran
99.56
2561.1 43 06 Jan 2016 11:19PM UTC Travis Job 2561.1
99.56
2561.2 43 06 Jan 2016 11:19PM UTC Travis Job 2561.2
99.56
2561.3 43 06 Jan 2016 11:19PM UTC Travis Job 2561.3
99.56
2561.4 43 06 Jan 2016 11:19PM UTC Travis Job 2561.4
99.56
2561.5 43 06 Jan 2016 11:19PM UTC Travis Job 2561.5
99.56
2561.6 43 06 Jan 2016 11:20PM UTC Travis Job 2561.6
Source Files on build 2561
  • List 43
  • Changed 8
  • Source Changed 2
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #2561
  • Pull Request #2841
  • PR Base - master (#2558)
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2022 Coveralls, Inc