https://github.com/GPflow/GPflow
Revision 5351e4fd9f7eaec7681c982d3f8657370776f42a authored by Artem Artemev on 14 June 2019, 18:59:30 UTC, committed by Artem Artemev on 14 June 2019, 18:59:30 UTC
1 parent b668794
Raw File
Tip revision: 5351e4fd9f7eaec7681c982d3f8657370776f42a authored by Artem Artemev on 14 June 2019, 18:59:30 UTC
Add config to default values
Tip revision: 5351e4f
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