https://github.com/GPflow/GPflow
Revision e100ca38ae807eb1bb5a8e1c5b41b7fe253d4849 authored by Artem Artemev on 25 March 2019, 10:51:27 UTC, committed by Artem Artemev on 25 March 2019, 10:51:27 UTC
1 parent 4c4e244
Raw File
Tip revision: e100ca38ae807eb1bb5a8e1c5b41b7fe253d4849 authored by Artem Artemev on 25 March 2019, 10:51:27 UTC
Cosmetic changes.
Tip revision: e100ca3
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