Revision 972965c3bab84128e48070cccc8a14efb3d80ddc authored by James Hensman on 28 January 2019, 13:41:58 UTC, committed by James Hensman on 28 January 2019, 13:41:58 UTC
1 parent 9dfb922
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