https://github.com/GPflow/GPflow
Revision 9562b9b92c6240184dba6894d0d89580b8a24add authored by Artem Artemev on 14 November 2018, 14:20:40 UTC, committed by Artem Artemev on 14 November 2018, 14:20:40 UTC
2 parent s 703ccb1 + abd8587
Raw File
Tip revision: 9562b9b92c6240184dba6894d0d89580b8a24add authored by Artem Artemev on 14 November 2018, 14:20:40 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into develop
Tip revision: 9562b9b
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