snorkel-team / snorkel
Showing 1 of 1 files from the diff.

@@ -1,6 +1,6 @@
Loading
1 1
_MAJOR = "0"
2 2
_MINOR = "9"
3 -
_REVISION = "8+dev"
3 +
_REVISION = "8"
4 4
5 5
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
6 6
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
Files Coverage
snorkel 97.32%
Project Totals (68 files) 97.32%
484.3
TRAVIS_PYTHON_VERSION=3.8
TRAVIS_OS_NAME=linux
TOXENV=complex,type,check
484.1
TRAVIS_PYTHON_VERSION=3.6
TRAVIS_OS_NAME=linux
TOXENV=coverage,complex,spark,doctest,type,check
485.3
TRAVIS_PYTHON_VERSION=3.8
TRAVIS_OS_NAME=linux
TOXENV=complex,type,check
485.1
TRAVIS_PYTHON_VERSION=3.6
TRAVIS_OS_NAME=linux
TOXENV=coverage,complex,spark,doctest,type,check
1
coverage:
2
  status:
3
    project:
4
      default:
5
        target: 95%
6
    patch:
7
      default:
8
        threshold: 2%
9

10
comment:
11
  layout: "header, diff, flags, files"
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