Closed jlchang closed 4 years ago
Merging #109 into master will increase coverage by
0.65%
. The diff coverage is44.82%
.
@@ Coverage Diff @@
## master #109 +/- ##
==========================================
+ Coverage 22.36% 23.01% +0.65%
==========================================
Files 17 17
Lines 2835 2876 +41
==========================================
+ Hits 634 662 +28
- Misses 2201 2214 +13
Impacted Files | Coverage Δ | |
---|---|---|
scripts/manage_study.py | 22.00% <ø> (ø) |
|
scripts/Commandline.py | 21.62% <7.69%> (-1.24%) |
:arrow_down: |
scripts/scp_api.py | 49.65% <55.55%> (+2.14%) |
:arrow_up: |
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 f1a3e1e...59b1b69. Read the comment docs.
Currently manage-study uploads files before performing ingest without checking if a file of the same name already exists in the study bucket. manage-study should not overwrite existing, valid study files.
With this update, manage-study handles file upload more appropriately with the follow behaviors:
This fulfills SCP-2698.