Closed jlchang closed 4 years ago
Merging #106 into master will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #106 +/- ##
=======================================
Coverage 22.07% 22.07%
=======================================
Files 17 17
Lines 2809 2809
=======================================
Hits 620 620
Misses 2189 2189
Impacted Files | Coverage Δ | |
---|---|---|
scripts/scp_api.py | 45.91% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d72189c...f5958c7. Read the comment docs.
Studies where full_description is Null will fail to load in the Portal. This PR updates scp_api.py so description text is passed as full_description under study_detail_attributes. Also increments version for push to PyPI.
This satisfies SCP-2661.
Testing for regression of this issue will require manual testing (study creation did not break, only trying to load the created study).