Skip to content

Commit

Permalink
Other: Fixed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jan 20, 2017
1 parent c5d291f commit 6bc5bb4
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 12 deletions.
4 changes: 3 additions & 1 deletion dist/light/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/light/protobuf.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/light/protobuf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/light/protobuf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/light/protobuf.min.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/minimal/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/minimal/protobuf.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/minimal/protobuf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/minimal/protobuf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/minimal/protobuf.min.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/protobuf.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/protobuf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/protobuf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/protobuf.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/index-minimal.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ protobuf.BufferReader = require("./reader_buffer");
protobuf.util = require("./util/minimal");
protobuf.configure = configure;

/* istanbul ignore next */
/**
* Reconfigures the library according to the environment.
* @returns {undefined}
Expand All @@ -37,6 +38,7 @@ function configure() {

// assumes that loading "long" / define itself is asynchronous so that other builds can safely
// continue populating `protobuf`. will see a BOOM eventually if this assumption is wrong:
/* istanbul ignore next */
if (typeof define === "function" && define.amd)
define(["long"], function(Long) {
if (Long) {
Expand Down

0 comments on commit 6bc5bb4

Please sign in to comment.