https://github.com/GPflow/GPflow
Revision 08333e2bd74f5d6ae317b35fa85f530f1d13bff0 authored by Alessandro Davide Ialongo on 08 March 2018, 11:27:31 UTC, committed by Alessandro Davide Ialongo on 08 March 2018, 11:27:31 UTC
1 parent dac1c73
Raw File
Tip revision: 08333e2bd74f5d6ae317b35fa85f530f1d13bff0 authored by Alessandro Davide Ialongo on 08 March 2018, 11:27:31 UTC
hit warning lines
Tip revision: 08333e2
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