https://github.com/GPflow/GPflow
Revision 98f7997b362e142aefb45170152726063eb2aa42 authored by st-- on 06 October 2020, 13:30:52 UTC, committed by GitHub on 06 October 2020, 13:30:52 UTC
* move Version check inside reset_cache_bijectors to not confuse Sphinx
* revert non-working "projects: 7" line in bugs issue template
* fix code-block type in intro.rst
1 parent 8dc912e
Raw File
Tip revision: 98f7997b362e142aefb45170152726063eb2aa42 authored by st-- on 06 October 2020, 13:30:52 UTC
fix broken API docs (#1587)
Tip revision: 98f7997
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