Revision 1c5c7fb1e79cf550f169320877f94087d3e7f6c8 authored by st-- on 11 April 2018, 15:27:13 UTC, committed by GitHub on 11 April 2018, 15:27:13 UTC
Small changes inline
1 parent 6d58de8
Raw File
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