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 73 forks source link

Marble.js v4.0 release candidate #360

Closed JozefFlakus closed 3 years ago

JozefFlakus commented 3 years ago

PR Type

What kind of change does this PR introduce?

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

Codecov Report

Merging #360 (60584e1) into master (cbdffda) will decrease coverage by 1.20%. The diff coverage is 92.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #360      +/-   ##
==========================================
- Coverage   95.41%   94.21%   -1.21%     
==========================================
  Files         157      159       +2     
  Lines        2769     3092     +323     
  Branches      366      353      -13     
==========================================
+ Hits         2642     2913     +271     
- Misses        123      175      +52     
  Partials        4        4              
Impacted Files Coverage Δ
packages/core/src/logger/logger.interface.ts 100.00% <ø> (ø)
packages/core/src/operators/index.ts 100.00% <ø> (ø)
packages/core/src/operators/use/use.operator.ts 50.00% <ø> (-50.00%) :arrow_down:
packages/http/src/http.interface.ts 100.00% <ø> (ø)
packages/http/src/index.ts 0.00% <0.00%> (ø)
packages/http/src/router/http.router.combiner.ts 92.30% <ø> (ø)
packages/http/src/router/http.router.matcher.ts 100.00% <ø> (ø)
...ages/http/src/router/http.router.params.factory.ts 100.00% <ø> (ø)
packages/http/src/server/http.server.interface.ts 100.00% <ø> (ø)
packages/messaging/src/reply/reply.ts 100.00% <ø> (ø)
... and 139 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 800cd7f...60584e1. Read the comment docs.