https://github.com/GPflow/GPflow
Revision ee5c89796f15ebb8eb796cac7af72d86967806dd authored by Artem Artemev on 12 April 2018, 09:08:21 UTC, committed by GitHub on 12 April 2018, 09:08:21 UTC
2 parent s c5f8520 + eb6a269
Raw File
Tip revision: ee5c89796f15ebb8eb796cac7af72d86967806dd authored by Artem Artemev on 12 April 2018, 09:08:21 UTC
Merge branch 'master' into awav/github-templates
Tip revision: ee5c897
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