Showing 1 of 2 files from the diff.
invoke/util.py
changed.
Other files ignored by Codecov
tests/concurrency.py
has changed.
@@ -271,8 +271,7 @@
Loading
271 | 271 | # NOTE: it seems highly unlikely that a thread could still be |
|
272 | 272 | # is_alive() but also have encountered an exception. But hey. Why not |
|
273 | 273 | # be thorough? |
|
274 | - | alive = self.is_alive() and (self.exc_info is None) |
|
275 | - | return not alive |
|
274 | + | return (not self.is_alive()) and self.exc_info is not None |
|
276 | 275 | ||
277 | 276 | def __repr__(self): |
|
278 | 277 | # TODO: beef this up more |
Files | Coverage |
---|---|
invoke | 75.38% |
Project Totals (21 files) | 75.38% |
1532.5
TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux
1532.1
TRAVIS_PYTHON_VERSION=2.7 TRAVIS_OS_NAME=linux
1532.4
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux
1532.3
TRAVIS_PYTHON_VERSION=3.5 TRAVIS_OS_NAME=linux
1532.8
TRAVIS_PYTHON_VERSION=3.8-dev TRAVIS_OS_NAME=linux
1532.2
TRAVIS_PYTHON_VERSION=3.4 TRAVIS_OS_NAME=linux
1532.6
TRAVIS_PYTHON_VERSION=pypy TRAVIS_OS_NAME=linux
1532.7
TRAVIS_PYTHON_VERSION=pypy3 TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.