https://github.com/GPflow/GPflow
Revision eda1cc7f5cb8a3c7ffefe71ba8cdcbe9c0474693 authored by Artem Artemev on 02 July 2019, 17:37:40 UTC, committed by Artem Artemev on 02 July 2019, 17:37:40 UTC
1 parent 9fa6689
Raw File
Tip revision: eda1cc7f5cb8a3c7ffefe71ba8cdcbe9c0474693 authored by Artem Artemev on 02 July 2019, 17:37:40 UTC
Remove garbage file
Tip revision: eda1cc7
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