https://github.com/GPflow/GPflow
Revision 0eb4b63788fdb63f2e37bee2944bcda73f39bd83 authored by Mark van der Wilk on 11 March 2019, 12:09:09 UTC, committed by GitHub on 11 March 2019, 12:09:09 UTC
1 parent a78c46f
Raw File
Tip revision: 0eb4b63788fdb63f2e37bee2944bcda73f39bd83 authored by Mark van der Wilk on 11 March 2019, 12:09:09 UTC
Added contributor to README.md (#954)
Tip revision: 0eb4b63
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top