Skip to content

Commit

Permalink
Add coverage badge to README. Exclude polyfill.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotNB committed May 19, 2018
1 parent 1e7fcd2 commit 02b865c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.nyc_output
.nyc_output
coverage
7 changes: 7 additions & 0 deletions .istanbul.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
instrumentation:
root: .
extensions:
- .js
default-excludes: true
excludes: ['proxy.js','**min.js','gulpfile.js']
include-all-sources: true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/ElliotNB/observable-slim.svg?branch=master)](https://travis-ci.org/ElliotNB/observable-slim)
[![Build Status](https://travis-ci.org/ElliotNB/observable-slim.svg?branch=master)](https://travis-ci.org/ElliotNB/observable-slim) [![Coverage Status](https://coveralls.io/repos/github/ElliotNB/observable-slim/badge.svg)](https://coveralls.io/github/ElliotNB/observable-slim)

# Observable Slim
https://github.com/elliotnb/observable-slim

Version 0.0.4
Version 0.0.5

Licensed under the MIT license:

Expand Down

0 comments on commit 02b865c

Please sign in to comment.