https://github.com/GPflow/GPflow
Revision 2f9afd1c47d7f3202f6b8ed86ecb43078e87f32f authored by Jesper Nielsen on 08 March 2022, 08:59:28 UTC, committed by GitHub on 08 March 2022, 08:59:28 UTC
1 parent 0783cf4
Raw File
Tip revision: 2f9afd1c47d7f3202f6b8ed86ecb43078e87f32f authored by Jesper Nielsen on 08 March 2022, 08:59:28 UTC
Test builds with both minimum and maximum supported versions. (#1807)
Tip revision: 2f9afd1
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