https://github.com/GPflow/GPflow
Revision cfd1830de4f73770dcc8de913df71a0cb6e326f5 authored by st-- on 07 October 2020, 11:46:04 UTC, committed by GitHub on 07 October 2020, 11:46:04 UTC
* update doc requirements
* update copyright
1 parent 638c4ed
Raw File
Tip revision: cfd1830de4f73770dcc8de913df71a0cb6e326f5 authored by st-- on 07 October 2020, 11:46:04 UTC
Doc requirements update (#1592)
Tip revision: cfd1830
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