Revision 7fd2fee4d8b56eee399f71ffb3017626e3f01a4e authored by vdutor on 02 October 2018, 19:21:24 UTC, committed by vdutor on 02 October 2018, 19:21:24 UTC
2 parent s e14aad3 + 12c7656
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