https://github.com/GPflow/GPflow
Revision 4440a73602afd39a3d00c473aa0790dc6b0e5b5d authored by Artem Artemev on 17 June 2019, 17:34:43 UTC, committed by Artem Artemev on 17 June 2019, 17:34:43 UTC
1 parent 139f833
Raw File
Tip revision: 4440a73602afd39a3d00c473aa0790dc6b0e5b5d authored by Artem Artemev on 17 June 2019, 17:34:43 UTC
debugging
Tip revision: 4440a73
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