Closed pradel closed 3 years ago
Merging #1100 (122fd32) into master (44b0f05) will decrease coverage by
0.44%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #1100 +/- ##
==========================================
- Coverage 95.44% 94.99% -0.45%
==========================================
Files 85 85
Lines 1909 1878 -31
Branches 413 379 -34
==========================================
- Hits 1822 1784 -38
- Misses 85 93 +8
+ Partials 2 1 -1
Impacted Files | Coverage Δ | |
---|---|---|
...s/graphql-api/src/utils/authenticated-directive.ts | 27.27% <0.00%> (-22.73%) |
:arrow_down: |
packages/server/src/utils/tokens.ts | 88.88% <0.00%> (-11.12%) |
:arrow_down: |
...ckages/oauth-twitter/src/accounts-oauth-twitter.ts | 40.00% <0.00%> (-10.00%) |
:arrow_down: |
packages/server/src/utils/email.ts | 82.35% <0.00%> (-3.37%) |
:arrow_down: |
packages/oauth/src/accounts-oauth.ts | 88.88% <0.00%> (-2.78%) |
:arrow_down: |
packages/database-redis/src/redis.ts | 97.82% <0.00%> (-2.18%) |
:arrow_down: |
packages/rest-express/src/express-middleware.ts | 90.74% <0.00%> (-1.72%) |
:arrow_down: |
packages/server/src/accounts-server.ts | 90.54% <0.00%> (-1.31%) |
:arrow_down: |
packages/error/src/accounts-error.ts | 92.30% <0.00%> (-0.55%) |
:arrow_down: |
packages/password/src/accounts-password.ts | 91.86% <0.00%> (-0.12%) |
:arrow_down: |
... and 27 more |
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 44b0f05...af5c4fc. Read the comment docs.
BREAKING CHANGE: Drop support for node 8. Minimum node version is node 10.
Closes #1091