https://github.com/GPflow/GPflow
Revision 7a943fdeb2aa1909a80b17647766713557d9f2e2 authored by Artem Artemev on 21 January 2020, 16:25:44 UTC, committed by GitHub on 21 January 2020, 16:25:44 UTC
1 parent 2decaaf
Raw File
Tip revision: 7a943fdeb2aa1909a80b17647766713557d9f2e2 authored by Artem Artemev on 21 January 2020, 16:25:44 UTC
Bump TF and TFP version (#1221)
Tip revision: 7a943fd
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