https://github.com/GPflow/GPflow
Revision aa9f042cb1b909908e1d3dc34e851ab6a5dff18e authored by Jesper Nielsen on 12 April 2022, 12:58:17 UTC, committed by GitHub on 12 April 2022, 12:58:17 UTC
1 parent feb6fe7
Raw File
Tip revision: aa9f042cb1b909908e1d3dc34e851ab6a5dff18e authored by Jesper Nielsen on 12 April 2022, 12:58:17 UTC
Fix doc warnings. (#1856)
Tip revision: aa9f042
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/sphinx/notebooks/*"
back to top