https://github.com/GPflow/GPflow
Revision 1196151aaf9cb59a3a2cb2e5e68fbf209b7e1c02 authored by Vincent Dutordoir on 27 March 2020, 09:09:35 UTC, committed by GitHub on 27 March 2020, 09:09:35 UTC
1 parent 8d0128c
Raw File
Tip revision: 1196151aaf9cb59a3a2cb2e5e68fbf209b7e1c02 authored by Vincent Dutordoir on 27 March 2020, 09:09:35 UTC
Update link to monitoring notebook in intro (#1376)
Tip revision: 1196151
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