https://github.com/GPflow/GPflow
Revision a6f30432d089574560606cacc78ca6203150b132 authored by Artem Artemev on 27 October 2019, 17:21:33 UTC, committed by Artem Artemev on 27 October 2019, 17:21:33 UTC
2 parent s 5d6336f + 9b5bf76
Raw File
Tip revision: a6f30432d089574560606cacc78ca6203150b132 authored by Artem Artemev on 27 October 2019, 17:21:33 UTC
Merge branch 'develop-2.0' of github.com:GPflow/GPflow into develop-2.0
Tip revision: a6f3043
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top