https://github.com/GPflow/GPflow
Revision 59578b5c8dd146a82f1f1712794e34088f6131f5 authored by vdutor on 18 February 2020, 15:50:33 UTC, committed by vdutor on 18 February 2020, 16:35:32 UTC
1 parent d9ef771
Raw File
Tip revision: 59578b5c8dd146a82f1f1712794e34088f6131f5 authored by vdutor on 18 February 2020, 15:50:33 UTC
Update notebooks
Tip revision: 59578b5
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