data-gov / bumblebee

Analisador de dados responsavel por importar para o BD dados sobre Deputados
GNU General Public License v3.0
1 stars 2 forks source link

feat: Cria parser de CSV da resposta da api de eleicao #16

Closed realsuiciniv closed 6 years ago

realsuiciniv commented 6 years ago

O que falta:

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will decrease coverage by 18.26%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #16       +/-   ##
============================================
- Coverage     83.67%   65.4%   -18.27%     
+ Complexity       32      22       -10     
============================================
  Files            13      17        +4     
  Lines           147     159       +12     
  Branches          4       5        +1     
============================================
- Hits            123     104       -19     
- Misses           18      53       +35     
+ Partials          6       2        -4
Impacted Files Coverage Δ Complexity Δ
.../bumblebee/api/election/service/ElectionService.kt 0% <ø> (-66.67%) 0 <0> (-1)
...pi/congressman/controller/CongressmanController.kt 0% <0%> (ø) 0 <0> (?)
...ebee/api/election/controller/ElectionController.kt 0% <0%> (ø) 0 <0> (?)
...figuration/feign/election/ElectionConfiguration.kt 0% <0%> (ø) 0 <0> (?)
...guration/feign/election/decoder/ElectionDecoder.kt 0% <0%> (ø) 0 <0> (?)
...ebee/configuration/jackson/JacksonConfiguration.kt 0% <0%> (-100%) 0 <0> (-2)
...blebee/api/congressman/client/CongressmanClient.kt 0% <0%> (-100%) 0% <0%> (ø)
.../bumblebee/api/congressman/client/ExpenseClient.kt 0% <0%> (-100%) 0% <0%> (ø)
...umblebee/configuration/feign/FeignConfiguration.kt 0% <0%> (-66.67%) 0% <0%> (-6%)
... and 6 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 e36cfd9...29d4e5d. Read the comment docs.