https://github.com/GPflow/GPflow
Revision 319bdc06b926f914fd90168a70ca6a2eba96eea3 authored by Artem Artemev on 13 March 2019, 23:17:06 UTC, committed by Artem Artemev on 13 March 2019, 23:17:06 UTC
2 parent s 0863085 + 7a2e151
Raw File
Tip revision: 319bdc06b926f914fd90168a70ca6a2eba96eea3 authored by Artem Artemev on 13 March 2019, 23:17:06 UTC
Add some amendments
Tip revision: 319bdc0
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