https://github.com/GPflow/GPflow
Revision 4dd0447c96a21d7ac833447b518c02346eb02bbe authored by ST John on 26 May 2020, 10:56:43 UTC, committed by ST John on 26 May 2020, 10:56:43 UTC
2 parent s fc13c08 + f8676eb
Raw File
Tip revision: 4dd0447c96a21d7ac833447b518c02346eb02bbe authored by ST John on 26 May 2020, 10:56:43 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/heteroskedastic
Tip revision: 4dd0447
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