https://github.com/GPflow/GPflow
Revision 9085216267048f783b0bf51b06d4b042cdf6554a authored by Artem Artemev on 06 March 2019, 16:04:17 UTC, committed by Artem Artemev on 06 March 2019, 16:04:17 UTC
1 parent d65d93f
Raw File
Tip revision: 9085216267048f783b0bf51b06d4b042cdf6554a authored by Artem Artemev on 06 March 2019, 16:04:17 UTC
Sync gpflow 1.0 notebooks
Tip revision: 9085216
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