Closed zamzterz closed 4 years ago
Merging #166 into master will increase coverage by
0.33%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #166 +/- ##
==========================================
+ Coverage 99.44% 99.78% +0.33%
==========================================
Files 15 13 -2
Lines 542 458 -84
Branches 109 93 -16
==========================================
- Hits 539 457 -82
+ Misses 3 1 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/config.js | 100.00% <ø> (ø) |
|
__tests__/utils.js | 100.00% <100.00%> (+10.00%) |
:arrow_up: |
src/identity.js | 99.48% <100.00%> (-0.52%) |
:arrow_down: |
src/monetization.js | 100.00% <100.00%> (ø) |
|
src/payment.js | 100.00% <100.00%> (ø) |
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 19ad9f2...c2e8a28. Read the comment docs.
Only rely on session-service to check user sessions (and never fall back to old legacy services).
This also removes the
ITPModal
in favor of using redirect via session-service.