https://github.com/GPflow/GPflow
Revision b7b8292e9bd15db74bb0b2a35a91e99394ca3a27 authored by Jesper Nielsen on 06 July 2022, 10:02:06 UTC, committed by GitHub on 06 July 2022, 10:02:06 UTC
1 parent 1667dac
Raw File
Tip revision: b7b8292e9bd15db74bb0b2a35a91e99394ca3a27 authored by Jesper Nielsen on 06 July 2022, 10:02:06 UTC
Add a Polynomial mean function. (#1920)
Tip revision: b7b8292
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