https://github.com/GPflow/GPflow
Revision 120b1287f242733cb588e2be96d22fb7149f089c authored by Artem Artemev on 19 October 2018, 11:05:23 UTC, committed by Artem Artemev on 19 October 2018, 11:05:23 UTC
1 parent 1707d7b
Raw File
Tip revision: 120b1287f242733cb588e2be96d22fb7149f089c authored by Artem Artemev on 19 October 2018, 11:05:23 UTC
Update RELEASE.md
Tip revision: 120b128
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