iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Fix default authentication of C++ Client

Open jt2594838 opened this issue 1 year ago • 2 comments

The previous default authentication (username and password) in Client-CPP is inconsistent with Client-Java.

jt2594838 avatar Aug 31 '24 06:08 jt2594838

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.04%. Comparing base (7f6211e) to head (03587a9). Report is 8 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13363      +/-   ##
============================================
- Coverage     41.04%   41.04%   -0.01%     
  Complexity       71       71              
============================================
  Files          3945     3945              
  Lines        243561   243561              
  Branches      29471    29471              
============================================
- Hits          99974    99973       -1     
- Misses       143587   143588       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Aug 31 '24 07:08 codecov[bot]