https://github.com/GPflow/GPflow
Revision 9b699538c1ad3fa5158be5bcdf6c0200f0238e73 authored by thevincentadam on 24 January 2020, 19:53:35 UTC, committed by thevincentadam on 24 January 2020, 19:53:35 UTC
1 parent da7f944
Raw File
Tip revision: 9b699538c1ad3fa5158be5bcdf6c0200f0238e73 authored by thevincentadam on 24 January 2020, 19:53:35 UTC
getting coupled model to work
Tip revision: 9b69953
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