-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ new API entrypoint web-server:clone_project
and drafts api-server:clone_study
#4650
✨ new API entrypoint web-server:clone_project
and drafts api-server:clone_study
#4650
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4650 +/- ##
========================================
+ Coverage 86.6% 86.7% +0.1%
========================================
Files 1054 844 -210
Lines 44720 37501 -7219
Branches 1019 535 -484
========================================
- Hits 38732 32548 -6184
+ Misses 5759 4830 -929
+ Partials 229 123 -106
Flags with carried forward coverage won't be shown. Click here to find out more.
|
dcdb571
to
3f207b1
Compare
web-server:clone_project
and drafts api-server:clone_study
Code Climate has analyzed commit 2994be2 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
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.
nice!
What do these changes do?
clone_project
inweb-server
File _crud_handlers.py has 501 lines of code (exceeds 500 allowed).
clone_study
inapi-server
.Related issue/s
How to test
Driving test in the webserver are
DevOps
None