https://github.com/GPflow/GPflow
Revision 732b0ce24760cdbbb11b8566a2d8f1e4902e171f authored by Artem Artemev on 20 October 2018, 07:58:13 UTC, committed by Artem Artemev on 20 October 2018, 07:58:13 UTC
1 parent af76829
Raw File
Tip revision: 732b0ce24760cdbbb11b8566a2d8f1e4902e171f authored by Artem Artemev on 20 October 2018, 07:58:13 UTC
GPflow 2.0 example
Tip revision: 732b0ce
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