Skip to content

Commit

Permalink
coverage: ignore UMD loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Gipphe committed Aug 3, 2018
1 parent 80421af commit bcfd999
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules/
.coveralls.yml
/.nyc_output/
/coverage/
9 changes: 9 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"lines": 99,
"statements": 99,
"functions": 99,
"branches": 99,
"exclude": [
"test/*.spec.js"
]
}
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// Common/Node/RequireJS, the module exports the caseof API and when
// executed as a simple <script>, it creates a caseof global instead.

/* istanbul ignore next */

// Montage Require
if (typeof bootstrap === 'function') {
/* global bootstrap: false */
Expand Down

0 comments on commit bcfd999

Please sign in to comment.