https://github.com/GPflow/GPflow
Revision bf743e459423cd25fbc5da80f6ad5b4aaeb2e054 authored by Artem Artemev on 11 April 2019, 21:29:16 UTC, committed by Artem Artemev on 11 April 2019, 21:29:16 UTC
1 parent 55d342a
Raw File
Tip revision: bf743e459423cd25fbc5da80f6ad5b4aaeb2e054 authored by Artem Artemev on 11 April 2019, 21:29:16 UTC
Rename feat and kern to proper names!
Tip revision: bf743e4
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