https://github.com/GPflow/GPflow
Revision 65aea216f478f67447e5fcd4ed5972507bf8261a authored by joelberkeley-pio on 30 July 2020, 10:13:27 UTC, committed by GitHub on 30 July 2020, 10:13:27 UTC
1 parent 3c17a7d
Raw File
Tip revision: 65aea216f478f67447e5fcd4ed5972507bf8261a authored by joelberkeley-pio on 30 July 2020, 10:13:27 UTC
pin tensorflow<2.3 tensorflow-probability<0.11 (#1537)
Tip revision: 65aea21
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