Skip to content

Commit

Permalink
Added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Feb 26, 2018
1 parent ace9bb4 commit 363f9fb
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,5 @@ before_script:
- . ./bin/setflags.sh
script:
- node node_modules/.bin/mocha $nflags
after_success:
- npm run coveralls
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# speccy

[![Build Status](https://travis-ci.org/wework/speccy.svg?branch=master)](https://travis-ci.org/wework/speccy)
[![Coverage Status](https://coveralls.io/repos/github/wework/speccy/badge.svg?branch=master)](https://coveralls.io/github/wework/speccy?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/wework/speccy/badge.svg)](https://coveralls.io/github/wework/speccy)
[![Known Vulnerabilities](https://snyk.io/test/npm/speccy/badge.svg)](https://snyk.io/test/npm/speccy)

Make sure your OpenAPI 3.0 specifications are more than just valid, make sure they're useful!
Expand Down

0 comments on commit 363f9fb

Please sign in to comment.