https://github.com/GPflow/GPflow
Revision 6ab11a551b292a6986a77893441c4d78edb1056d authored by Artem Artemev on 17 June 2019, 16:33:39 UTC, committed by Artem Artemev on 17 June 2019, 16:33:39 UTC
1 parent b8ed833
Raw File
Tip revision: 6ab11a551b292a6986a77893441c4d78edb1056d authored by Artem Artemev on 17 June 2019, 16:33:39 UTC
CircleCI pip package upload
Tip revision: 6ab11a5
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