https://github.com/GPflow/GPflow
Revision 36a0853131c736600ab8a7370fc298b371a18228 authored by st-- on 15 January 2020, 11:10:26 UTC, committed by Artem Artemev on 15 January 2020, 11:10:26 UTC
1 parent fcd3b00
Raw File
Tip revision: 36a0853131c736600ab8a7370fc298b371a18228 authored by st-- on 15 January 2020, 11:10:26 UTC
Link GPflow 2 upgrade guide from intro.ipynb and README.md (#1210)
Tip revision: 36a0853
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