https://github.com/GPflow/GPflow
Raw File
Tip revision: 60e19f80aad19120ea6119c9d59f40652587faef authored by st-- on 01 December 2020, 11:59:33 UTC
bump version to 2.1.4 (#1612)
Tip revision: 60e19f8
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