Closed fgm closed 3 years ago
Merging #72 into master will decrease coverage by
0.1%
. The diff coverage is33.3%
.
@@ Coverage Diff @@
## master #72 +/- ##
======================================
- Coverage 81.1% 81% -0.2%
======================================
Files 16 16
Lines 510 511 +1
Branches 98 99 +1
======================================
Hits 414 414
- Misses 90 91 +1
Partials 6 6
Impacted Files | Coverage Δ | |
---|---|---|
src/Processors/MeteorUserProcessor.ts | 68% <33.3%> (-1%) |
:arrow_down: |
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 fe38355...ccef614. Read the comment docs.
The v8 user info access logic has been wrong since the first public version.
The first commit in this branch fixes the logic by reapplying the original pre-publish code, but with current v8 version, getThis() returns undefined in most cases, making it mostly useless. Look for a better way.