Revision d7dfbbe5db5ba1bc9cf45940a318196fe23d2826 authored by Ayman Boustati on 04 February 2019, 11:59:18 UTC, committed by Ayman Boustati on 04 February 2019, 11:59:18 UTC
1 parent 58db756
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