https://github.com/GPflow/GPflow
Revision c0aab321935650a15f74bc4bdf9f5b901bec20c3 authored by Artem Artemev on 20 February 2020, 13:23:46 UTC, committed by GitHub on 20 February 2020, 13:23:46 UTC
1 parent b035b21
Raw File
Tip revision: c0aab321935650a15f74bc4bdf9f5b901bec20c3 authored by Artem Artemev on 20 February 2020, 13:23:46 UTC
Add `make` to Docker image (#1269)
Tip revision: c0aab32
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