https://github.com/GPflow/GPflow
Revision 04f9e128e119f780c16cb7958c302d61b743b722 authored by thevincentadam on 10 January 2020, 18:39:09 UTC, committed by thevincentadam on 10 January 2020, 18:39:09 UTC
1 parent 701ef03
Raw File
Tip revision: 04f9e128e119f780c16cb7958c302d61b743b722 authored by thevincentadam on 10 January 2020, 18:39:09 UTC
adding svgps model
Tip revision: 04f9e12
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