https://github.com/GPflow/GPflow
Raw File
Tip revision: 91c6fb11a268bf061e6aee5f4d5a1d5dd056c7e9 authored by Jesper Nielsen on 26 September 2022, 10:05:04 UTC
Merge pull request #1987 from GPflow/jesper/likelihoods-positive-minimum
Tip revision: 91c6fb1
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/sphinx/notebooks/*"
back to top