dveldhoen / easyinvoice

Compare 579bb7f ... +2 ... ae4ab19

Coverage Reach
index.js

Flags

Flags have been temporarily removed from this view while the flagging feature is refactored for better performance and user experience.

You can still use flags when viewing individual files. Flag-level thresholds will also remain on pull and merge requests in your repository provider.

More information can be found in our documentation.

Showing 1 of 3 files from the diff.
Other files ignored by Codecov
package.json has changed.
package-lock.json has changed.

@@ -30,8 +30,8 @@
Loading
30 30
                    cb(result);
31 31
                })
32 32
                .catch((error) => {
33 -
                    console.log(error.response.data.data);
34 -
                    reject(error.response.data.data);
33 +
                    console.log(error.response.data);
34 +
                    reject(error.response.data);
35 35
                });
36 36
        });
37 37
    }

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
index.js 21.33%
Project Totals (1 files) 21.33%
Loading