https://github.com/GPflow/GPflow
Revision 0f3a8918d48684db7b699a64de5ba5492cd9c55a authored by Artem Artemev on 14 March 2019, 16:45:30 UTC, committed by Artem Artemev on 14 March 2019, 16:45:30 UTC
1 parent 39d8bb7
Raw File
Tip revision: 0f3a8918d48684db7b699a64de5ba5492cd9c55a authored by Artem Artemev on 14 March 2019, 16:45:30 UTC
Style changes
Tip revision: 0f3a891
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