tox-dev / tox-travis

Seamless integration of tox into Travis CI
https://tox-travis.readthedocs.io
MIT License
202 stars 34 forks source link

Override default_envlist to fix tests #137

Closed ryanhiebert closed 5 years ago

ryanhiebert commented 5 years ago

This should Fix #129 . Thanks @rpkilby for making it easy to figure out what to do.

codecov-io commented 5 years ago

Codecov Report

Merging #137 into master will decrease coverage by 2.34%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
- Coverage   88.26%   85.91%   -2.35%     
==========================================
  Files           5        5              
  Lines         213      213              
  Branches       48       48              
==========================================
- Hits          188      183       -5     
- Misses         21       23       +2     
- Partials        4        7       +3
Impacted Files Coverage Δ
src/tox_travis/hooks.py 87.09% <100%> (-12.91%) :arrow_down:
src/tox_travis/envlist.py 91.56% <0%> (-1.21%) :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 9778c24...217d43e. Read the comment docs.