https://github.com/GPflow/GPflow
Revision 9269ce40a4158c8e63be8aa531832c038064cc65 authored by Jesper Nielsen on 18 March 2022, 09:12:15 UTC, committed by GitHub on 18 March 2022, 09:12:15 UTC
1 parent 12bcf49
Raw File
Tip revision: 9269ce40a4158c8e63be8aa531832c038064cc65 authored by Jesper Nielsen on 18 March 2022, 09:12:15 UTC
Add configuration of check_shapes. (#1810)
Tip revision: 9269ce4
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