cul-it / archival-storage-ingest

Automated ingest application for CULAR archival storage
1 stars 0 forks source link

Update upload_asif_archive_size to use upload_string methodology #23

Closed robbie1douglas closed 3 years ago

robbie1douglas commented 3 years ago

Changed ASIF archive size upload to match upload_string methodology because JSON data is passed in not a file.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 250


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/archival_storage_ingest/s3/s3_manager.rb 1 3 33.33%
<!-- Total: 1 3 33.33% -->
Files with Coverage Reduction New Missed Lines %
lib/misc/archive_size.rb 3 33.33%
spec/archive_size_spec.rb 11 52.17%
<!-- Total: 14 -->
Totals Coverage Status
Change from base Build 248: -0.5%
Covered Lines: 3012
Relevant Lines: 3241

💛 - Coveralls
robbie1douglas commented 3 years ago

Need to fix the rspec test