Closed BinamB closed 3 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
resources/ga4gh/passports.py | 2 | 87.43% | ||
blueprints/data/blueprint.py | 9 | 86.75% | ||
blueprints/data/indexd.py | 30 | 94.65% | ||
<!-- | Total: | 41 | --> |
Totals | |
---|---|
Change from base Build 9713845019: | 0.03% |
Covered Lines: | 7720 |
Relevant Lines: | 10282 |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
resources/ga4gh/passports.py | 2 | 87.43% | ||
blueprints/data/blueprint.py | 9 | 86.75% | ||
blueprints/data/indexd.py | 30 | 94.69% | ||
<!-- | Total: | 41 | --> |
Totals | |
---|---|
Change from base Build 10164514863: | 0.03% |
Covered Lines: | 7763 |
Relevant Lines: | 10327 |
Change reflected in gen3-client https://github.com/uc-cdis/cdis-data-client/pull/131
Improvements
/upload
endpoint accepts optionalguid
in request body. If theguid
exists in indexd, it does not create a new record, else it creates a blank record with the providedguid
./multipart/init
endpoint accepts optionalguid
in request body. If theguid
exists in indexd, it does not create a new record, else it creates a blank record with the providedguid
.