https://github.com/GPflow/GPflow
Revision f9ba316da74981bfab774dbfa79a23b7fcbaceb3 authored by thevincentadam on 31 January 2020, 15:53:59 UTC, committed by thevincentadam on 31 January 2020, 15:53:59 UTC
1 parent 9b69953
Raw File
Tip revision: f9ba316da74981bfab774dbfa79a23b7fcbaceb3 authored by thevincentadam on 31 January 2020, 15:53:59 UTC
make exp
Tip revision: f9ba316
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