https://github.com/GPflow/GPflow
Revision 49ffbcfe5150adbea38f7ce6fd0066e60edb8375 authored by vdutor on 13 May 2020, 07:48:48 UTC, committed by vdutor on 13 May 2020, 07:48:48 UTC
2 parent s 00d2e66 + 5e599fb
Raw File
Tip revision: 49ffbcfe5150adbea38f7ce6fd0066e60edb8375 authored by vdutor on 13 May 2020, 07:48:48 UTC
Merge branch 'master' into develop
Tip revision: 49ffbcf
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