https://github.com/GPflow/GPflow
Revision 4ee5e6261cf1b64239c9ed4509fed9571592f790 authored by Artem Artemev on 18 March 2019, 14:19:19 UTC, committed by Artem Artemev on 18 March 2019, 14:19:19 UTC
1 parent be14d17
Raw File
Tip revision: 4ee5e6261cf1b64239c9ed4509fed9571592f790 authored by Artem Artemev on 18 March 2019, 14:19:19 UTC
Reorganising tests
Tip revision: 4ee5e62
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