https://github.com/GPflow/GPflow
Revision ebc8d56e166a144e5b9b577c6f2c0e695d6a616c authored by Artem Artemev on 11 April 2018, 16:01:55 UTC, committed by Artem Artemev on 11 April 2018, 16:01:55 UTC
2 parent s a6f48fa + 96e918d
Raw File
Tip revision: ebc8d56e166a144e5b9b577c6f2c0e695d6a616c authored by Artem Artemev on 11 April 2018, 16:01:55 UTC
Merge branch 'awav/github-templates' of github.com:GPflow/GPflow into awav/github-templates
Tip revision: ebc8d56
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