hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 59 forks source link

Add filter argument to ringbuffer readMany() method and a test for it API-1294 #1414

Closed fatihozer0 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #1414 (511a93f) into master (8564b65) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1414      +/-   ##
==========================================
- Coverage   93.28%   93.27%   -0.01%     
==========================================
  Files         463      464       +1     
  Lines       16347    16386      +39     
  Branches     1329     1333       +4     
==========================================
+ Hits        15249    15284      +35     
- Misses        801      803       +2     
- Partials      297      299       +2     
Impacted Files Coverage Δ
src/nearcache/NearCache.ts 92.24% <0.00%> (-1.56%) :arrow_down:
src/proxy/NearCachedMapProxy.ts 93.05% <0.00%> (-1.28%) :arrow_down:
src/invocation/InvocationService.ts 94.11% <0.00%> (-1.18%) :arrow_down:
src/core/HazelcastError.ts 77.27% <0.00%> (-0.76%) :arrow_down:
src/protocol/ErrorFactory.ts 64.66% <0.00%> (-0.76%) :arrow_down:
src/HazelcastClient.ts 93.37% <0.00%> (-0.04%) :arrow_down:
src/network/Connection.ts 94.22% <0.00%> (ø)
src/proxy/ringbuffer/LazyReadResultSet.ts 100.00% <0.00%> (ø)
...c/serialization/compact/CompactStreamSerializer.ts 100.00% <0.00%> (ø)
src/codec/MapRemoveAllCodec.ts 100.00% <0.00%> (ø)
... and 3 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more