Closed boopathi closed 7 years ago
Merging #58 into master will increase coverage by
18%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #58 +/- ##
=====================================
+ Coverage 66% 84% +18%
=====================================
Files 2 2
Lines 50 50
Branches 17 17
=====================================
+ Hits 33 42 +9
+ Misses 15 8 -7
+ Partials 2 0 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/index.js | 85.71% <100%> (+18.36%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3d55caf...ef2d08f. Read the comment docs.
Merging #58 into master will increase coverage by
18%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #58 +/- ##
=====================================
+ Coverage 66% 84% +18%
=====================================
Files 2 2
Lines 50 50
Branches 17 17
=====================================
+ Hits 33 42 +9
+ Misses 15 8 -7
+ Partials 2 0 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/index.js | 85.71% <100%> (+18.36%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3d55caf...4528b8c. Read the comment docs.
continuous-integration/appveyor/branch
- How to run this check? It's in pending
status and there are no details
link where I can see/debug what's happening.
@boopathi - For reference, I had the wrong appveyor check selected as required
( should have been PR not branch ).
Previously, this plugin had require statements. So
worked. But because we are using ES6 modules and babel-core doesn't have any default export, we cannot do that anylonger.
Other changes: