https://github.com/GPflow/GPflow
Revision ea4f07d0d226b667bcc75f33a5a393eb13ca84ed authored by Artem Artemev on 11 April 2018, 14:19:34 UTC, committed by Artem Artemev on 11 April 2018, 14:19:34 UTC
1 parent f5d8cc4
Raw File
Tip revision: ea4f07d0d226b667bcc75f33a5a393eb13ca84ed authored by Artem Artemev on 11 April 2018, 14:19:34 UTC
Modify contributing.md file and add github templates.
Tip revision: ea4f07d
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