-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(model): add model diff api for server #1591
feat(model): add model diff api for server #1591
Conversation
65e662e
to
ff1cf29
Compare
Codecov Report
@@ Coverage Diff @@
## main #1591 +/- ##
==========================================
Coverage 82.66% 82.66%
- Complexity 1857 1889 +32
==========================================
Files 341 342 +1
Lines 17678 17788 +110
Branches 931 951 +20
==========================================
+ Hits 14613 14704 +91
- Misses 2672 2686 +14
- Partials 393 398 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
ff1cf29
to
1f97ee5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
server/controller/src/main/java/ai/starwhale/mlops/domain/model/ModelService.java
Outdated
Show resolved
Hide resolved
1f97ee5
to
c978b5c
Compare
c978b5c
to
eb62de1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Modules
Checklist