https://github.com/GPflow/GPflow
Raw File
Tip revision: c565259d11b4edcc5c9fd84926df6e214f4110c5 authored by JamesALeedham on 13 September 2019, 21:19:40 UTC
Copy edit tweaks for GPflow notebooks (#1038)
Tip revision: c565259
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