https://github.com/GPflow/GPflow
Revision 9ccf2b472bbc91b94b367258ef91ae1e6b5f18ec authored by st-- on 11 April 2018, 23:11:35 UTC, committed by GitHub on 11 April 2018, 23:11:35 UTC
1 parent d05309e
Raw File
Tip revision: 9ccf2b472bbc91b94b367258ef91ae1e6b5f18ec authored by st-- on 11 April 2018, 23:11:35 UTC
Update ISSUE_TEMPLATE.md
Tip revision: 9ccf2b4
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