ONSdigital / sdx-seft-publisher-service

Microservice for publishing SEFT files from internal to RAS
MIT License
0 stars 1 forks source link

Fix publisher service in preprod/prod #60

Closed insacuri closed 5 years ago

insacuri commented 5 years ago

The previous PR broke the publisher service in preprod/prod. This just changes the file structure so it knows how to find the main.py file.
Also updated a few vulnerable dependencies in this PR

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   55.99%   55.99%           
=======================================
  Files           8        8           
  Lines         609      609           
=======================================
  Hits          341      341           
  Misses        268      268
Impacted Files Coverage Δ
app/main.py 38% <ø> (ø)
app/test/test_task.py 100% <100%> (ø) :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 79e3e3d...c54383f. Read the comment docs.