Skip to content

Conversation

@Eldinnie
Copy link
Member

Coverage reports can flutuate because in one build for the project error's are fired while in another build they're not. This makes for weird minimal increase/decreases.

I tried to stabelize this by adding a test for all exceptions we made and ignoring some other lines for coverage.

@codecov
Copy link

codecov bot commented Sep 25, 2017

Codecov Report

Merging #846 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #846      +/-   ##
==========================================
+ Coverage   91.77%   91.79%   +0.02%     
==========================================
  Files         101      101              
  Lines        4023     3987      -36     
  Branches      614      603      -11     
==========================================
- Hits         3692     3660      -32     
+ Misses        191      189       -2     
+ Partials      140      138       -2
Flag Coverage Δ
#Appveyor 86.85% <ø> (+0.5%) ⬆️
#Travis 91.42% <ø> (+0.02%) ⬆️
Impacted Files Coverage Δ
telegram/utils/request.py 66.96% <ø> (-0.78%) ⬇️
telegram/ext/updater.py 76.66% <ø> (-0.79%) ⬇️
telegram/message.py 96.01% <0%> (-0.8%) ⬇️
telegram/bot.py 87.46% <0%> (-0.55%) ⬇️
telegram/error.py 100% <0%> (+8.1%) ⬆️

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 5614af1...34840ce. Read the comment docs.

@jsmnbom jsmnbom changed the title stabelize overage Stabelize Coverage Sep 25, 2017
@jsmnbom jsmnbom changed the title Stabelize Coverage Stabilize Coverage Sep 25, 2017
@jsmnbom
Copy link
Member

jsmnbom commented Sep 25, 2017

Is it possible to run it a few times to test or will we just have to wait and see?

@Eldinnie
Copy link
Member Author

@bomjacob What it does is: run tests for all exceptions and remove coverage evaluation for code that is reliant on an error or other exception that do not always occur. Problem now is that project coverage fluctuates with every build for master, depending on if this coffee runs or not. I hope to eliminate that.

@Eldinnie Eldinnie merged commit d75e0f6 into master Sep 25, 2017
@Eldinnie Eldinnie deleted the test-error branch September 25, 2017 18:58
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants