Revision f4688ba9cb5d6ecd8cd712faeddd800e3ac18afb authored by st-- on 11 October 2019, 13:44:17 UTC, committed by GitHub on 11 October 2019, 13:44:17 UTC
Fix types

Co-Authored-By: Eric Hammy <6815729+condnsdmatters@users.noreply.github.com>
1 parent a57569c
Raw File
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