https://github.com/GPflow/GPflow
Revision 8404a490eb570e117b32eca88e399cc1fc81fcc9 authored by Mark van der Wilk on 02 May 2020, 20:10:12 UTC, committed by Mark van der Wilk on 02 May 2020, 20:10:12 UTC
1 parent 6f73ec6
Raw File
Tip revision: 8404a490eb570e117b32eca88e399cc1fc81fcc9 authored by Mark van der Wilk on 02 May 2020, 20:10:12 UTC
Jitter level is now used in `SGPR`.
Tip revision: 8404a49
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