https://github.com/GPflow/GPflow
Revision 10cfc31a38a399d7e15c93c475e251f0889c8d96 authored by Jesper Nielsen on 28 April 2022, 10:25:21 UTC, committed by GitHub on 28 April 2022, 10:25:21 UTC
2 parent s 1171b9c + 3154445
Raw File
Tip revision: 10cfc31a38a399d7e15c93c475e251f0889c8d96 authored by Jesper Nielsen on 28 April 2022, 10:25:21 UTC
Merge pull request #1869 from GPflow/develop
Tip revision: 10cfc31
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