hazelcast / hazelcast-nodejs-client

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

Update the SSL certificate used in tests #1297

Closed mdumandag closed 2 years ago

mdumandag commented 2 years ago

CA signed certificate used in the tests is re-issued, as it was expired.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1297 (f53517b) into master (ff4df65) will decrease coverage by 0.37%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1297      +/-   ##
==========================================
- Coverage   93.27%   92.89%   -0.38%     
==========================================
  Files         463      463              
  Lines       16347    16347              
  Branches     1329     1329              
==========================================
- Hits        15247    15186      -61     
- Misses        801      858      +57     
- Partials      299      303       +4     
Impacted Files Coverage Δ
src/codec/ClientAuthenticationCustomCodec.ts 42.22% <0.00%> (-33.34%) :arrow_down:
src/network/ConnectionManager.ts 75.35% <0.00%> (-10.10%) :arrow_down:
src/config/ConfigBuilder.ts 89.67% <0.00%> (-1.01%) :arrow_down:
src/invocation/ClusterService.ts 94.01% <0.00%> (-0.86%) :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/util/Util.ts 87.89% <0.00%> (-0.64%) :arrow_down:
src/invocation/InvocationService.ts 95.29% <0.00%> (+1.96%) :arrow_up:

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 ff4df65...f53517b. Read the comment docs.