Closed scap3yvt closed 2 months ago
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.58%. Comparing base (
77282dd
) to head (b61b48d
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.00% | :white_check_mark: 100.00% |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Fixes #ISSUE_NUMBER
Proposed Changes
Checklist
CONTRIBUTING
guide has been followed.typing
is used to provide type hints, including and not limited to usingOptional
if a variable has a pre-defined value).pip install
step is needed for PR to be functional), please ensure it is reflected in all the files that control the CI, namely: python-test.yml, and all docker files [1,2,3].logging
library is being used and noprint
statements are left.