https://github.com/GPflow/GPflow
Revision d3a481962e8fb1f90163d6b8faf60431f9d398f4 authored by Jesper Nielsen on 28 April 2022, 11:03:19 UTC, committed by GitHub on 28 April 2022, 11:03:19 UTC
1 parent 3154445
Raw File
Tip revision: d3a481962e8fb1f90163d6b8faf60431f9d398f4 authored by Jesper Nielsen on 28 April 2022, 11:03:19 UTC
Fix bug in release process. (#1870)
Tip revision: d3a4819
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