https://github.com/GPflow/GPflow
Revision 6f9b18bf9bf0f3c8e5471cc1467e7fa71e59233b authored by ST John on 28 May 2020, 13:37:15 UTC, committed by ST John on 28 May 2020, 13:37:15 UTC
2 parent s 4105865 + 3ed381c
Raw File
Tip revision: 6f9b18bf9bf0f3c8e5471cc1467e7fa71e59233b authored by ST John on 28 May 2020, 13:37:15 UTC
Merge branch 'develop' into st/fix_active_dims_2
Tip revision: 6f9b18b
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