https://github.com/GPflow/GPflow
Revision 2ec0c25518422c1d39d2b31eeea40101f0293f31 authored by ST John on 15 December 2020, 20:03:09 UTC, committed by ST John on 15 December 2020, 20:03:09 UTC
1 parent 8f38c02
Raw File
Tip revision: 2ec0c25518422c1d39d2b31eeea40101f0293f31 authored by ST John on 15 December 2020, 20:03:09 UTC
prime numbers for shapes in tests
Tip revision: 2ec0c25
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