Revision 997e210a7694c7a420f3a1cedc9623c670dbf8da authored by Hugh Salimbeni on 29 November 2018, 13:12:22 UTC, committed by Hugh Salimbeni on 29 November 2018, 13:12:22 UTC
1 parent 5841a87
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