https://github.com/GPflow/GPflow
Revision 69dbeb1f11054c570458eb0314aef1a165ff5d0d authored by st-- on 02 May 2018, 20:30:06 UTC, committed by Artem Artemev on 02 May 2018, 20:30:06 UTC
1 parent da10b35
Raw File
Tip revision: 69dbeb1f11054c570458eb0314aef1a165ff5d0d authored by st-- on 02 May 2018, 20:30:06 UTC
Extend contributing.md
Tip revision: 69dbeb1
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