https://github.com/GPflow/GPflow
Revision 28e043c7ac43d88d2addc5c8a5b1b41e79277746 authored by Artem Artemev on 11 April 2018, 15:10:17 UTC, committed by Artem Artemev on 11 April 2018, 15:10:17 UTC
1 parent 6d5e10d
Raw File
Tip revision: 28e043c7ac43d88d2addc5c8a5b1b41e79277746 authored by Artem Artemev on 11 April 2018, 15:10:17 UTC
Brushing up parts of PR template.
Tip revision: 28e043c
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