https://github.com/GPflow/GPflow
Revision a9e125ec2d9cd73533a25e8b6777036f809e7596 authored by John Mcleod on 11 June 2020, 09:05:30 UTC, committed by GitHub on 11 June 2020, 09:05:30 UTC
1 parent 390e4f0
Raw File
Tip revision: a9e125ec2d9cd73533a25e8b6777036f809e7596 authored by John Mcleod on 11 June 2020, 09:05:30 UTC
Ensure the plots appear in the generated documentation. (#1503)
Tip revision: a9e125e
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