https://github.com/GPflow/GPflow
Revision aedb5a0eaf0d23cb64c0947828c0403b37030591 authored by Gustavo Carvalho on 24 August 2020, 18:59:13 UTC, committed by Gustavo Carvalho on 24 August 2020, 18:59:13 UTC
2 parent s ca28e95 + d025f96
Raw File
Tip revision: aedb5a0eaf0d23cb64c0947828c0403b37030591 authored by Gustavo Carvalho on 24 August 2020, 18:59:13 UTC
Merge branch 'develop' into gustavocmv/quadrature-likelihood
Tip revision: aedb5a0
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