FAIRDataPipeline / data-registry

The FAIR Data Registry is a Django website and REST API which is used by the FAIR Data Pipeline to store metadata about code runs and their inputs and outputs
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Find storage_root automatically based on current domain matching root #190

Closed alahiff closed 2 years ago

alahiff commented 2 years ago

No longer require storage root to be defined in a config file.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #190 (c6a45b7) into main (dfc9ac5) will increase coverage by 0.00%. The diff coverage is 50.00%.

@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   87.79%   87.79%           
=======================================
  Files          33       33           
  Lines        2580     2581    +1     
=======================================
+ Hits         2265     2266    +1     
  Misses        315      315           
Flag Coverage Δ
unittests 87.79% <50.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
data_management/views.py 50.92% <50.00%> (+0.30%) :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 dfc9ac5...c6a45b7. Read the comment docs.