https://github.com/GPflow/GPflow
Revision e2572c56f45362f5c5be1af7a190d4691dcde89d authored by Artem Artemev on 22 January 2020, 00:52:06 UTC, committed by GitHub on 22 January 2020, 00:52:06 UTC
1 parent 7a943fd
Raw File
Tip revision: e2572c56f45362f5c5be1af7a190d4691dcde89d authored by Artem Artemev on 22 January 2020, 00:52:06 UTC
Remove TFP deprecated bijector (#1220)
Tip revision: e2572c5
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