https://github.com/GPflow/GPflow
Revision 57f4c14a13329aceb1af5d342b4469e4b474bb4c authored by Artem Artemev on 06 January 2019, 00:57:33 UTC, committed by Artem Artemev on 06 January 2019, 00:57:33 UTC
1 parent c43d3f5
Raw File
Tip revision: 57f4c14a13329aceb1af5d342b4469e4b474bb4c authored by Artem Artemev on 06 January 2019, 00:57:33 UTC
Change github issue templates.
Tip revision: 57f4c14
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