https://github.com/GPflow/GPflow
Revision 753aa2eae8703d217a521a46469999877d3a6f92 authored by Artem Artemev on 17 April 2018, 13:53:21 UTC, committed by Artem Artemev on 17 April 2018, 13:53:21 UTC
1 parent 8a412f6
Raw File
Tip revision: 753aa2eae8703d217a521a46469999877d3a6f92 authored by Artem Artemev on 17 April 2018, 13:53:21 UTC
pytest must be included as a dependency
Tip revision: 753aa2e
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