Revision 4af26647c60f64a60089e6ebdb5b43a8eaad0aba authored by Sergio Diaz on 18 March 2019, 14:58:02 UTC, committed by Sergio Diaz on 18 March 2019, 14:58:02 UTC
1 parent 20894c8
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