Skip to content

Add preprocessing and postprocessing to forward method

Codecov / codecov/project succeeded Dec 20, 2024 in 0s

63.81% (-0.79%) compared to 5ea5d3a, passed because coverage increased by 0.22% when compared to adjusted base (63.58%)

View this Pull Request on Codecov

63.81% (-0.79%) compared to 5ea5d3a, passed because coverage increased by 0.22% when compared to adjusted base (63.58%)

Details

Codecov Report

Attention: Patch coverage is 64.43662% with 303 lines in your changes missing coverage. Please review.

Project coverage is 63.81%. Comparing base (5ea5d3a) to head (50b0944).

Files with missing lines Patch % Lines
tiktorch/trainer.py 51.53% 79 Missing ⚠️
tiktorch/proto/training_pb2_grpc.py 55.14% 48 Missing ⚠️
tiktorch/server/session/backend/supervisor.py 73.50% 40 Missing ⚠️
tiktorch/proto/training_pb2.py 27.02% 27 Missing ⚠️
tiktorch/proto/inference_pb2.py 16.12% 26 Missing ⚠️
tiktorch/proto/utils_pb2.py 37.50% 15 Missing ⚠️
tiktorch/server/session/process.py 67.44% 14 Missing ⚠️
tiktorch/server/session/backend/commands.py 82.66% 13 Missing ⚠️
tiktorch/server/session/backend/base.py 72.72% 12 Missing ⚠️
tiktorch/server/grpc/training_servicer.py 89.77% 9 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #227      +/-   ##
==========================================
- Coverage   64.60%   63.81%   -0.79%     
==========================================
  Files          40       47       +7     
  Lines        2195     2758     +563     
==========================================
+ Hits         1418     1760     +342     
- Misses        777      998     +221     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.