Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to improve codecov #1028

Closed
wants to merge 1 commit into from
Closed

Conversation

gaborbernat
Copy link
Member

If we can't use coveralls; we might need to try to fix it. Here it just retries if fails.

@codecov
Copy link

codecov bot commented Sep 29, 2018

Codecov Report

Merging #1028 into master will decrease coverage by 0.97%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1028      +/-   ##
==========================================
- Coverage   70.33%   69.36%   -0.98%     
==========================================
  Files          14       14              
  Lines        3486     3486              
  Branches      465      465              
==========================================
- Hits         2452     2418      -34     
- Misses        971     1004      +33     
- Partials       63       64       +1
Impacted Files Coverage Δ
src/tox/interpreters.py 64.74% <0%> (-17.99%) ⬇️
src/tox/venv.py 78.58% <0%> (-0.89%) ⬇️
src/tox/session.py 77.81% <0%> (-0.32%) ⬇️
src/tox/_pytestplugin.py 80.8% <0%> (-0.31%) ⬇️
src/tox/config.py 64.95% <0%> (-0.16%) ⬇️
src/tox/_quickstart.py 42.85% <0%> (ø) ⬆️

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 944995a...68be298. Read the comment docs.

@gaborbernat
Copy link
Member Author

gaborbernat commented Sep 29, 2018

Seems codecov does not support Azure DevOps. oh well coveralls it is then.

@obestwalter
Copy link
Member

if-at-first-you-dont-succeed-try-try-and-try-again

@obestwalter
Copy link
Member

obestwalter commented Sep 29, 2018

oh ... what? I thought coveralls was the one that does not play nicely yet with Azure DevOps. So both are not really there yet? Classic early adopter problems I guess.

Copy link

@thedrow thedrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Travis already has a shell function that retries.
We should probably use that instead.

azure-run-tox-env.yml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants