https://github.com/GPflow/GPflow
Revision 333ee645d5432bf1d4751e405a32b42b14c4e97f authored by Artem Artemev on 15 September 2019, 21:25:22 UTC, committed by Artem Artemev on 15 September 2019, 21:25:22 UTC
1 parent abf245b
Raw File
Tip revision: 333ee645d5432bf1d4751e405a32b42b14c4e97f authored by Artem Artemev on 15 September 2019, 21:25:22 UTC
Notebook test fix
Tip revision: 333ee64
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