Revision e48d5b438d4b2dd61f702d26a509d02f106593ea authored by James Hensman on 28 January 2019, 13:26:33 UTC, committed by James Hensman on 28 January 2019, 13:26:33 UTC
1 parent 56bb9b1
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