https://github.com/GPflow/GPflow
Revision 7bf3bf755d7b5d9de9f46827af4033c2f5fb05c9 authored by st-- on 21 November 2019, 17:42:28 UTC, committed by GitHub on 21 November 2019, 17:42:28 UTC
1 parent 89a0bfb
Raw File
Tip revision: 7bf3bf755d7b5d9de9f46827af4033c2f5fb05c9 authored by st-- on 21 November 2019, 17:42:28 UTC
minor docstring improvement (#1161)
Tip revision: 7bf3bf7
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