https://github.com/GPflow/GPflow
Revision 33083a82743f4f0532f555a4f9b947bb9809e0cc authored by Artem Artemev on 15 January 2018, 14:07:56 UTC, committed by Artem Artemev on 15 January 2018, 14:07:56 UTC
2 parent s 2bfbaee + a75f24a
Raw File
Tip revision: 33083a82743f4f0532f555a4f9b947bb9809e0cc authored by Artem Artemev on 15 January 2018, 14:07:56 UTC
Merge branch 'master' into awav/expectation-tests-clearance
Tip revision: 33083a8
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