Closed vinicius0197 closed 6 years ago
Code Climate has analyzed commit 1e6be2b0 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (80% is the threshold).
This pull request will bring the total coverage in the repository to 93.2% (0.0% change).
View more on Code Climate.
Merging #44 into master will decrease coverage by
0.11%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
- Coverage 93.33% 93.22% -0.12%
==========================================
Files 2 2
Lines 120 118 -2
Branches 4 4
==========================================
- Hits 112 110 -2
Misses 8 8
Impacted Files | Coverage Δ | |
---|---|---|
bot/application.py | 90% <ø> (-0.25%) |
:arrow_down: |
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 44cfa6b...1e6be2b. Read the comment docs.
Remove também a função que estava sendo testada. É para a cobertura de testes manter a mesma, tendo em vista que vc só está removendo funcionalidade
@alexandrebarbaruiva Removi a função verify_bot, mas o code coverage continua reclamando. Alguma ideia?
tá certinho agora, essa diminuição é só pq cada linha de código agora tem uma porcentagem maior
só melhora a descrição na próxima e marca as questões do template da PR
PR Description
Fix issue #42 .
New Feature Submissions
To run tests locally, use
make
if you're on Mac or Linux.New Dialog Submissions
User messages have
- -
, bot messages have-
test_dialogs
?Changes to Core Features