https://github.com/GPflow/GPflow
Revision 501b8c2b8d1ef64a2e679e957137fc91871be08f authored by Jesper Nielsen on 20 January 2022, 10:58:20 UTC, committed by GitHub on 20 January 2022, 10:58:20 UTC
1 parent 1a2c9d2
Raw File
Tip revision: 501b8c2b8d1ef64a2e679e957137fc91871be08f authored by Jesper Nielsen on 20 January 2022, 10:58:20 UTC
Bump version to 2.3.1 (#1756)
Tip revision: 501b8c2
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/source/notebooks/*"
back to top