https://github.com/GPflow/GPflow
Revision b668794996903cd366071636354365e54171bb45 authored by Artem Artemev on 14 June 2019, 18:30:41 UTC, committed by Artem Artemev on 14 June 2019, 18:30:41 UTC
1 parent 4e2d5aa
Raw File
Tip revision: b668794996903cd366071636354365e54171bb45 authored by Artem Artemev on 14 June 2019, 18:30:41 UTC
Remove garbage files. Update setup.py
Tip revision: b668794
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