https://github.com/GPflow/GPflow
Revision 06df0a8edc017c12de046019db159e4f955c915a authored by Jesper Nielsen on 20 June 2022, 10:45:13 UTC, committed by GitHub on 20 June 2022, 10:45:13 UTC
1 parent 0489efb
Raw File
Tip revision: 06df0a8edc017c12de046019db159e4f955c915a authored by Jesper Nielsen on 20 June 2022, 10:45:13 UTC
Support TensorFlow 2.9. (#1910)
Tip revision: 06df0a8
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/sphinx/notebooks/*"
back to top