https://github.com/GPflow/GPflow
Revision d0f5fe83c27686324dc5095e67f186d98d42c37d authored by James Hensman on 19 February 2018, 09:40:20 UTC, committed by James Hensman on 19 February 2018, 09:40:20 UTC
1 parent cddb34b
Raw File
Tip revision: d0f5fe83c27686324dc5095e67f186d98d42c37d authored by James Hensman on 19 February 2018, 09:40:20 UTC
updating contributing page
Tip revision: d0f5fe8
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