https://github.com/GPflow/GPflow
Revision 46c8784049e59b694efde14b8ff9a0325d424d23 authored by Artem Artemev on 12 April 2018, 09:24:05 UTC, committed by Artem Artemev on 12 April 2018, 09:24:05 UTC
1 parent e3aba01
Raw File
Tip revision: 46c8784049e59b694efde14b8ff9a0325d424d23 authored by Artem Artemev on 12 April 2018, 09:24:05 UTC
Python code block as an example.
Tip revision: 46c8784
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