https://github.com/GPflow/GPflow
Revision f3d90e8acb90f1576ef9c0c90974284f7e748924 authored by Jesper Nielsen on 01 March 2022, 11:27:25 UTC, committed by GitHub on 01 March 2022, 11:27:25 UTC
1 parent 0c06b33
Raw File
Tip revision: f3d90e8acb90f1576ef9c0c90974284f7e748924 authored by Jesper Nielsen on 01 March 2022, 11:27:25 UTC
Prepare for release 2.4.0. (#1793)
Tip revision: f3d90e8
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