ONSdigital / sdx-seft-consumer-service

Microservice for consuming SEFT files from RAS and sending to ONS internal
MIT License
1 stars 1 forks source link

Remove unchecked folder and fix logging #51

Closed warrenbailey closed 6 years ago

warrenbailey commented 6 years ago

What? and Why?

Removing the unchecked folder as this is no longer necessary and fixing the log messages for the A/V scan

Checklist

codecov[bot] commented 6 years ago

Codecov Report

Merging #51 into master will decrease coverage by 0.02%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   81.57%   81.55%   -0.03%     
==========================================
  Files          13       13              
  Lines         917      916       -1     
==========================================
- Hits          748      747       -1     
  Misses        169      169
Impacted Files Coverage Δ
app/main.py 78.76% <100%> (ø) :arrow_up:
app/anti_virus_check.py 98.37% <100%> (-0.02%) :arrow_down:
app/tests/test_consumer.py 100% <100%> (ø) :arrow_up:
app/tests/test_publish_receive.py 42.57% <50%> (ø) :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 9adce13...1660282. Read the comment docs.