https://github.com/GPflow/GPflow
Revision 0620aa4d4dbf5d47a5b5ee93699be1f9850b2339 authored by Artem Artemev on 20 October 2018, 09:46:45 UTC, committed by Artem Artemev on 20 October 2018, 09:46:45 UTC
1 parent 732b0ce
Raw File
Tip revision: 0620aa4d4dbf5d47a5b5ee93699be1f9850b2339 authored by Artem Artemev on 20 October 2018, 09:46:45 UTC
Example.
Tip revision: 0620aa4
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