https://github.com/GPflow/GPflow
Revision a198764d941687bea9a0efa74773bff804bfdb44 authored by joelberkeley-pio on 19 May 2020, 13:50:17 UTC, committed by GitHub on 19 May 2020, 13:50:17 UTC
1 parent 61f8d84
Raw File
Tip revision: a198764d941687bea9a0efa74773bff804bfdb44 authored by joelberkeley-pio on 19 May 2020, 13:50:17 UTC
enable mypy on CI (#1471)
Tip revision: a198764
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top