https://github.com/GPflow/GPflow
Revision 68e5ef83e8f89f793e78b1557eba134aa1834f4c authored by Artem Artemev on 14 March 2019, 17:54:16 UTC, committed by Artem Artemev on 14 March 2019, 17:54:16 UTC
2 parent s 319bdc0 + 9e29536
Raw File
Tip revision: 68e5ef83e8f89f793e78b1557eba134aa1834f4c authored by Artem Artemev on 14 March 2019, 17:54:16 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-test-features
Tip revision: 68e5ef8
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