https://github.com/GPflow/GPflow
Revision 545cf74534d6e77c4b4c201109c82836e90b3a78 authored by Alessandro Davide Ialongo on 07 March 2018, 16:30:00 UTC, committed by Alessandro Davide Ialongo on 07 March 2018, 16:30:00 UTC
2 parent s 6ebe0c6 + 80b82c5
Raw File
Tip revision: 545cf74534d6e77c4b4c201109c82836e90b3a78 authored by Alessandro Davide Ialongo on 07 March 2018, 16:30:00 UTC
Merge branch 'master' of github.com:GPflow/GPflow
Tip revision: 545cf74
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