https://github.com/GPflow/GPflow
Revision 57f176ce7baf68f78c73075b18c35f38cbc8896a authored by Artem Artemev on 02 October 2019, 09:31:38 UTC, committed by Artem Artemev on 02 October 2019, 09:31:38 UTC
2 parent s 8dfba0c + 6e57626
Raw File
Tip revision: 57f176ce7baf68f78c73075b18c35f38cbc8896a authored by Artem Artemev on 02 October 2019, 09:31:38 UTC
Merge branch 'awav/gpflow-2.0' of github.com:GPflow/GPflow into awav/gpflow-2.0
Tip revision: 57f176c
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