https://github.com/GPflow/GPflow
Revision 39c8a76bd24c82993e55227c81dff29c26e15c65 authored by st-- on 06 October 2020, 15:25:12 UTC, committed by GitHub on 06 October 2020, 15:25:12 UTC
1 parent 3baf368
Raw File
Tip revision: 39c8a76bd24c82993e55227c81dff29c26e15c65 authored by st-- on 06 October 2020, 15:25:12 UTC
enable trigger-docs-generation for master branch as well (#1580)
Tip revision: 39c8a76
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