kislyuk / ensure
Showing 1 of 1 files from the diff.
Newly tracked file
ensure/main.py changed.

@@ -878,6 +878,12 @@
Loading
878 878
879 879
        >>> ensure.EnsureError: Argument y of type <class 'int'> to
880 880
        <function f at 0x109b7c710> does not match annotation type <class 'float'>
881 +
882 +
    .. warning::
883 +
884 +
       The current implementation of the decorator might trigger
885 +
       a ``_pickle.PicklingError`` when a decorated function is run through
886 +
       ``multiprocessing``.
881 887
    """
882 888
883 889
    if f.__defaults__:
Files Coverage
ensure 90.25%
Project Totals (3 files) 90.25%
255.4
TRAVIS_PYTHON_VERSION=3.6
TRAVIS_OS_NAME=linux
255.1
TRAVIS_PYTHON_VERSION=2.7
TRAVIS_OS_NAME=linux
255.5
TRAVIS_PYTHON_VERSION=3.7
TRAVIS_OS_NAME=linux
255.3
TRAVIS_PYTHON_VERSION=3.5
TRAVIS_OS_NAME=linux
255.2
TRAVIS_PYTHON_VERSION=3.4
TRAVIS_OS_NAME=linux

No yaml found.

Create your codecov.yml to customize your Codecov experience

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.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading