https://github.com/GPflow/GPflow
Revision d8bbeb78ce552630f3ccc0ae48794977ae934ed6 authored by ST John on 09 October 2019, 13:42:34 UTC, committed by ST John on 09 October 2019, 13:42:34 UTC
1 parent a8f9348
Raw File
Tip revision: d8bbeb78ce552630f3ccc0ae48794977ae934ed6 authored by ST John on 09 October 2019, 13:42:34 UTC
make docstrings r""
Tip revision: d8bbeb7
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