Revision c5f85207c0978a9dad637a56041dbb8a72e5ed3a authored by st-- on 11 April 2018, 23:13:12 UTC, committed by GitHub on 11 April 2018, 23:13:12 UTC
1 parent 9ccf2b4
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