https://github.com/GPflow/GPflow
Revision 687a89d2e66444d56a05aa0b75d04dffdb4698a6 authored by Artem Artemev on 14 March 2019, 17:55:11 UTC, committed by Artem Artemev on 14 March 2019, 17:55:11 UTC
1 parent 68e5ef8
Raw File
Tip revision: 687a89d2e66444d56a05aa0b75d04dffdb4698a6 authored by Artem Artemev on 14 March 2019, 17:55:11 UTC
Formatting
Tip revision: 687a89d
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