tsfile icon indicating copy to clipboard operation
tsfile copied to clipboard

Fix code scanning alert #5: Unsigned difference expression compared to zero

Open HTHou opened this issue 1 year ago • 1 comments

Fixes https://github.com/apache/tsfile/security/code-scanning/5

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

HTHou avatar Sep 21 '24 06:09 HTHou

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 61.67%. Comparing base (1686cff) to head (f9ff4d8). Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
cpp/src/reader/bloom_filter.cc 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #249   +/-   ##
========================================
  Coverage    61.67%   61.67%           
========================================
  Files          491      491           
  Lines        32248    32248           
  Branches      4226     4226           
========================================
  Hits         19889    19889           
  Misses       11912    11912           
  Partials       447      447           

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

codecov-commenter avatar Sep 21 '24 06:09 codecov-commenter