Revision b299b22d2c999f35c0e66248f2b143253519e0da authored by vdutor on 05 November 2018, 12:27:12 UTC, committed by vdutor on 05 November 2018, 12:27:12 UTC
1 parent ec37ca7
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