https://github.com/GPflow/GPflow
Revision a4928588cb413aeeadc8a248f6eabce6fb8e58e0 authored by Artem Artemev on 26 November 2019, 23:29:31 UTC, committed by GitHub on 26 November 2019, 23:29:31 UTC
1 parent bd1eb7c
Raw File
Tip revision: a4928588cb413aeeadc8a248f6eabce6fb8e58e0 authored by Artem Artemev on 26 November 2019, 23:29:31 UTC
Fix printing test (#1166)
Tip revision: a492858
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