marblejs / marble

Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.
https://marblejs.com
MIT License
2.15k stars 69 forks source link

build: show and correct eslint deprecation warnings #333

Closed JozefFlakus closed 3 years ago

JozefFlakus commented 3 years ago

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[x] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No
codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (next@802bec8). Click here to learn what that means. The diff coverage is 95.24%.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #333   +/-   ##
=======================================
  Coverage        ?   95.65%           
=======================================
  Files           ?      164           
  Lines           ?     3130           
  Branches        ?      362           
=======================================
  Hits            ?     2994           
  Misses          ?      131           
  Partials        ?        5           
Impacted Files Coverage Δ
packages/core/src/+internal/fp/index.ts 0.00% <ø> (ø)
...messaging/src/transport/strategies/tcp.strategy.ts 0.00% <0.00%> (ø)
packages/core/src/logger/logger.ts 52.00% <52.00%> (ø)
packages/core/src/http/error/http.error.model.ts 66.66% <66.66%> (ø)
...kages/core/src/http/server/http.server.listener.ts 78.26% <78.26%> (ø)
...es/messaging/src/server/messaging.server.events.ts 78.57% <78.57%> (ø)
packages/core/src/+internal/utils/any.util.ts 81.25% <80.00%> (ø)
...ore/src/http/response/http.responseBody.factory.ts 80.00% <80.00%> (ø)
...rc/transport/strategies/amqp.strategy.interface.ts 81.81% <81.81%> (ø)
...ckages/core/src/http/router/http.router.helpers.ts 82.60% <82.60%> (ø)
... and 101 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 802bec8...694cc91. Read the comment docs.