https://github.com/GPflow/GPflow
Revision 44090f2ca98ba69d11748b91a2dcfa0f929236aa authored by Artem Artemev on 02 December 2018, 08:28:13 UTC, committed by Artem Artemev on 02 December 2018, 08:28:13 UTC
1 parent 0bc4b16
Raw File
Tip revision: 44090f2ca98ba69d11748b91a2dcfa0f929236aa authored by Artem Artemev on 02 December 2018, 08:28:13 UTC
PIP install with auto yes
Tip revision: 44090f2
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