Closed WHUweiqingzhou closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.18%. Comparing base (
146a509
) to head (f9b0101
). Report is 69 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix #5192
In coverage test, we use
while in CI tests, we use
Under these two parallelism, ABACUS gives the result difference above the threshold in 6 cases:
In fact, CI testing ensures the correctness of the code, while coverage detection may not check for correctness.