We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bdaa3 commit 36a6af9Copy full SHA for 36a6af9
.travis.yml
@@ -8,3 +8,4 @@ matrix:
8
- node_js: "0.11"
9
fast_finish: true
10
script: "npm run-script test-travis"
11
+after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
Readme.md
@@ -2,6 +2,7 @@
2
3
[](http://badge.fury.io/js/serve-static)
4
[](https://travis-ci.org/expressjs/serve-static)
5
+[](https://coveralls.io/r/expressjs/serve-static)
6
7
Previously `connect.static()`.
0 commit comments