https://github.com/GPflow/GPflow
Revision 111a93f39a2958230469a26e93a31493ccc50a38 authored by Artem Artemev on 21 December 2018, 13:27:23 UTC, committed by GitHub on 21 December 2018, 13:27:23 UTC
2 parent s 04006b7 + d5be4ee
Raw File
Tip revision: 111a93f39a2958230469a26e93a31493ccc50a38 authored by Artem Artemev on 21 December 2018, 13:27:23 UTC
Merge branch 'develop' into vincent/broadcasting-mixing-conditional
Tip revision: 111a93f
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