https://github.com/GPflow/GPflow
Revision 9b5bf76c7c8a46fb7e73748a5394526cbb528f4c authored by st-- on 27 October 2019, 16:41:50 UTC, committed by Artem Artemev on 27 October 2019, 16:41:50 UTC
1 parent f650c7b
Raw File
Tip revision: 9b5bf76c7c8a46fb7e73748a5394526cbb528f4c authored by st-- on 27 October 2019, 16:41:50 UTC
GPflow 2.0 notebook update: SGPR upper bound (#1116)
Tip revision: 9b5bf76
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top