https://github.com/GPflow/GPflow
Revision 830d4148bb8e97bc6c7b618177022149cfb2833d authored by vdutor on 28 January 2019, 15:05:59 UTC, committed by vdutor on 28 January 2019, 15:05:59 UTC
2 parent s 7eaf24d + f582f4c
Raw File
Tip revision: 830d4148bb8e97bc6c7b618177022149cfb2833d authored by vdutor on 28 January 2019, 15:05:59 UTC
Merge remote-tracking branch 'origin/hackathon_doc_cleanup' into vincent/notebooks-revamp
Tip revision: 830d414
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