https://github.com/GPflow/GPflow
Revision e3aba011557807059d91f71a17176ab260b66cdd authored by Artem Artemev on 12 April 2018, 09:22:12 UTC, committed by Artem Artemev on 12 April 2018, 09:22:12 UTC
2 parent s ec43181 + ee5c897
Raw File
Tip revision: e3aba011557807059d91f71a17176ab260b66cdd authored by Artem Artemev on 12 April 2018, 09:22:12 UTC
Merge branch 'awav/github-templates' of github.com:GPflow/GPflow into awav/github-templates
Tip revision: e3aba01
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