https://github.com/GPflow/GPflow
Revision 8f06b7c0d2815ae09f4093b2cd3fc0c5d81bc36c authored by st-- on 07 May 2020, 14:24:22 UTC, committed by GitHub on 07 May 2020, 14:24:22 UTC
1 parent 39d563c
Raw File
Tip revision: 8f06b7c0d2815ae09f4093b2cd3fc0c5d81bc36c authored by st-- on 07 May 2020, 14:24:22 UTC
#1452 for GPMC model (#1458)
Tip revision: 8f06b7c
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