https://github.com/GPflow/GPflow
Revision 23b0a79e49075c34ef8b02867a8b0afd697ff1cc authored by Artem Artemev on 20 February 2020, 10:11:26 UTC, committed by Artem Artemev on 20 February 2020, 10:11:26 UTC
2 parent s a19d5f6 + 72531a7
Raw File
Tip revision: 23b0a79e49075c34ef8b02867a8b0afd697ff1cc authored by Artem Artemev on 20 February 2020, 10:11:26 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into develop
Tip revision: 23b0a79
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