https://github.com/GPflow/GPflow
Revision 0536023d455929ca3bb1112a82f2798421272718 authored by Artem Artemev on 26 March 2019, 12:05:38 UTC, committed by Artem Artemev on 26 March 2019, 12:05:38 UTC
2 parent s 648ccff + c47d8f5
Raw File
Tip revision: 0536023d455929ca3bb1112a82f2798421272718 authored by Artem Artemev on 26 March 2019, 12:05:38 UTC
Merge branch 'sergio_pasc/gpflow-2.0/move-uncertain-conditional-tests' of github.com:GPflow/GPflow into sergio_pasc/gpflow-2.0/move-uncertain-conditional-tests
Tip revision: 0536023
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