https://github.com/GPflow/GPflow
Revision 3935d6b0900b9dbbd1899564cc9b8190d2742282 authored by Hugh Salimbeni on 28 September 2018, 16:00:19 UTC, committed by GitHub on 28 September 2018, 16:00:19 UTC
added link to orthogonally decoupled repo
2 parent s e8ba02e + 185cc8f
Raw File
Tip revision: 3935d6b0900b9dbbd1899564cc9b8190d2742282 authored by Hugh Salimbeni on 28 September 2018, 16:00:19 UTC
Merge pull request #854 from GPflow/hughsalimbeni-patch-1
Tip revision: 3935d6b
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