https://github.com/GPflow/GPflow
Raw File
Tip revision: 7e5542232f81ce492bf7befab9f18f10f32a6742 authored by st-- on 28 January 2019, 16:32:15 UTC
Typo "NOSET" -> "NOTSET" in gpflowrc (#911)
Tip revision: 7e55422
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