https://github.com/GPflow/GPflow
Revision f8fc156ed41d5489ca61978a4e7bed43b0d22419 authored by Artem Artemev on 28 January 2019, 18:13:37 UTC, committed by GitHub on 28 January 2019, 18:13:37 UTC
1 parent 1c74ce4
Raw File
Tip revision: f8fc156ed41d5489ca61978a4e7bed43b0d22419 authored by Artem Artemev on 28 January 2019, 18:13:37 UTC
Results of hackathon 28 January (#914)
Tip revision: f8fc156
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