https://github.com/GPflow/GPflow
Revision 56c2efe197090809fe7bd3234892e7c817ab2f9f authored by vdutor on 13 May 2020, 09:05:41 UTC, committed by vdutor on 13 May 2020, 09:05:41 UTC
2 parent s b83f124 + a4bfbe6
Raw File
Tip revision: 56c2efe197090809fe7bd3234892e7c817ab2f9f authored by vdutor on 13 May 2020, 09:05:41 UTC
Merge remote-tracking branch 'origin/develop' into vincent/master_203
Tip revision: 56c2efe
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