https://github.com/GPflow/GPflow
Revision ba5e53afb53a0d286b48c9254e86e3f55e3d8c52 authored by Artem Artemev on 17 June 2019, 16:33:49 UTC, committed by Artem Artemev on 17 June 2019, 16:33:49 UTC
2 parent s 6ab11a5 + c3a46bd
Raw File
Tip revision: ba5e53afb53a0d286b48c9254e86e3f55e3d8c52 authored by Artem Artemev on 17 June 2019, 16:33:49 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into develop
Tip revision: ba5e53a
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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