https://github.com/GPflow/GPflow
Revision 2fe522ea24f184494f6b39f1da89c1d0744fd85b authored by Artem Artemev on 22 October 2018, 22:32:57 UTC, committed by Artem Artemev on 22 October 2018, 22:32:57 UTC
2 parent s 283ea90 + 604cb10
Raw File
Tip revision: 2fe522ea24f184494f6b39f1da89c1d0744fd85b authored by Artem Artemev on 22 October 2018, 22:32:57 UTC
Merge branch 'awav/gpflow-2.0' of github.com:GPflow/GPflow into awav/gpflow-2.0
Tip revision: 2fe522e
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