https://github.com/GPflow/GPflow
Revision cd12da80e0755a01ffc0afd95b13a710d17837b8 authored by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC, committed by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC
1 parent 9bb80ff
Raw File
Tip revision: cd12da80e0755a01ffc0afd95b13a710d17837b8 authored by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC
removing NDiagGHQuadratureLikelihood from test
Tip revision: cd12da8
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