https://github.com/GPflow/GPflow
Revision ac0639a2240b6db388e68e76232542a674d12646 authored by Artem Artemev on 17 June 2019, 15:55:48 UTC, committed by Artem Artemev on 17 June 2019, 15:55:48 UTC
1 parent f9609f7
Raw File
Tip revision: ac0639a2240b6db388e68e76232542a674d12646 authored by Artem Artemev on 17 June 2019, 15:55:48 UTC
Test
Tip revision: ac0639a
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