ScottishCovidResponse / data_pipeline_api

API to access the data pipeline
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

SCRC-642 Add run metadata section to config and simplify config loading. #73

Closed mrow84 closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #73 into master will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #73      +/-   ##
============================================
+ Coverage     77.55%   77.66%   +0.10%     
- Complexity        0      168     +168     
============================================
  Files            17       60      +43     
  Lines          1350     2019     +669     
  Branches          0       36      +36     
============================================
+ Hits           1047     1568     +521     
- Misses          303      422     +119     
- Partials          0       29      +29     
Impacted Files Coverage Δ Complexity Δ
data_pipeline_api/file_api.py 95.36% <100.00%> (+1.47%) 0.00 <0.00> (ø)
data_pipeline_api/standard_api.py 96.96% <100.00%> (ø) 0.00 <0.00> (ø)
...ile_api/src/main/java/uk/ramp/file/FileReader.java 60.00% <0.00%> (ø) 2.00% <0.00%> (?%)
...ard_api/src/main/java/uk/ramp/api/StandardApi.java 92.15% <0.00%> (ø) 8.00% <0.00%> (?%)
...rc/main/java/uk/ramp/metadata/MetadataFactory.java 100.00% <0.00%> (ø) 4.00% <0.00%> (?%)
...le_api/src/main/java/uk/ramp/yaml/YamlFactory.java 100.00% <0.00%> (ø) 3.00% <0.00%> (?%)
.../java/uk/ramp/distribution/MinMaxDeserializer.java 62.96% <0.00%> (ø) 2.00% <0.00%> (?%)
...pi/file_api/src/main/java/uk/ramp/hash/Hasher.java 100.00% <0.00%> (ø) 3.00% <0.00%> (?%)
...api/src/main/java/uk/ramp/distribution/MinMax.java 0.00% <0.00%> (ø) 4.00% <0.00%> (?%)
... and 36 more

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 a76c402...4a1b4e1. Read the comment docs.