https://github.com/GPflow/GPflow
Revision 94b432847cb82c7627a57987f5c5ddd7fc400414 authored by Jesper Nielsen on 07 March 2022, 09:46:39 UTC, committed by GitHub on 07 March 2022, 09:46:39 UTC
1 parent b272b67
Raw File
Tip revision: 94b432847cb82c7627a57987f5c5ddd7fc400414 authored by Jesper Nielsen on 07 March 2022, 09:46:39 UTC
Upgrade minimally supported versions to Python 3.7 and TensorFlow 2.4. (#1803)
Tip revision: 94b4328
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