https://github.com/GPflow/GPflow
Revision d53864c84131e57e67b5dbfc6e4f9b55f328a8e9 authored by Jesper Nielsen on 31 March 2022, 15:38:27 UTC, committed by GitHub on 31 March 2022, 15:38:27 UTC
1 parent 04da110
Raw File
Tip revision: d53864c84131e57e67b5dbfc6e4f9b55f328a8e9 authored by Jesper Nielsen on 31 March 2022, 15:38:27 UTC
Shuffle some types to fix problems with forward references in our documentation (#1841)
Tip revision: d53864c
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