https://github.com/GPflow/GPflow
Revision 077e066365a6ae4c874a9901e28df5ee4a7d9c56 authored by Neil Ferguson on 13 February 2020, 22:08:09 UTC, committed by GitHub on 13 February 2020, 22:08:09 UTC
1 parent 3f5cdd8
Raw File
Tip revision: 077e066365a6ae4c874a9901e28df5ee4a7d9c56 authored by Neil Ferguson on 13 February 2020, 22:08:09 UTC
Added docs for method parameter (#1256)
Tip revision: 077e066
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