Revision b78c1a89a4819cf246aae0724f934349861916cd authored by ahsimb on 10 July 2018, 11:13:25 UTC, committed by Artem Artemev on 10 July 2018, 11:13:25 UTC
1 parent 495b6eb
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