Revision a368ac9152d5e435a6595f0b28873849be273b63 authored by Hugh Salimbeni on 21 November 2018, 16:58:26 UTC, committed by GitHub on 21 November 2018, 16:58:26 UTC
1 parent cef14d9
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