fga-eps-mds / 2020.2-Hortum

O Projeto Hortum é um aplicativo voltado para pequenos produtores com o intuito de facilitar a venda e aumentar a divulgação de seus produtos. Ambiente de homologação: https://hortum-api-stage.herokuapp.com/. Ambiente de produção: https://hortum-api.herokuapp.com/.
https://fga-eps-mds.github.io/2020.2-Hortum/
GNU General Public License v3.0
7 stars 9 forks source link

#221 Refatoração geral do backend #229

Closed Joao-Moura closed 3 years ago

Joao-Moura commented 3 years ago

Descrição

Está consertando alguma issue aberta?

Tarefas gerais realizadas

Como testar

codecov-commenter commented 3 years ago

Codecov Report

Merging #229 (3e34850) into main (1de9189) will increase coverage by 1.88%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #229      +/-   ##
===========================================
+ Coverage   98.11%   100.00%   +1.88%     
===========================================
  Files          43        30      -13     
  Lines        1593       719     -874     
===========================================
- Hits         1563       719     -844     
+ Misses         30         0      -30     
Flag Coverage Δ
unittests 100.00% <100.00%> (+1.88%) :arrow_up:

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

Impacted Files Coverage Δ
src/hortum/announcement/models.py 100.00% <100.00%> (+2.63%) :arrow_up:
src/hortum/announcement/serializer.py 100.00% <100.00%> (+8.82%) :arrow_up:
src/hortum/announcement/urls.py 100.00% <100.00%> (ø)
src/hortum/announcement/viewsets.py 100.00% <100.00%> (ø)
src/hortum/complaint/serializer.py 100.00% <100.00%> (ø)
src/hortum/complaint/urls.py 100.00% <100.00%> (ø)
src/hortum/complaint/viewsets.py 100.00% <100.00%> (ø)
src/hortum/customer/permissions.py 100.00% <100.00%> (ø)
src/hortum/customer/serializer.py 100.00% <100.00%> (ø)
src/hortum/customer/urls.py 100.00% <100.00%> (ø)
... and 26 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 1de9189...3e34850. Read the comment docs.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 9770579e and detected 0 issues on this pull request.

View more on Code Climate.