https://github.com/GPflow/GPflow
Revision 26254a2e23739014e51b61374fb308e5571fb35f authored by Artem Artemev on 17 April 2018, 13:54:02 UTC, committed by Artem Artemev on 17 April 2018, 13:54:02 UTC
1 parent 753aa2e
Raw File
Tip revision: 26254a2e23739014e51b61374fb308e5571fb35f authored by Artem Artemev on 17 April 2018, 13:54:02 UTC
Bump patch version to 1.1.1
Tip revision: 26254a2
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