https://github.com/GPflow/GPflow
Revision 672c472a86ac8ca097b614adc25141579f6f0e84 authored by Jesper Nielsen on 29 March 2022, 09:29:07 UTC, committed by GitHub on 29 March 2022, 09:29:07 UTC
1 parent 86352c4
Raw File
Tip revision: 672c472a86ac8ca097b614adc25141579f6f0e84 authored by Jesper Nielsen on 29 March 2022, 09:29:07 UTC
Fix new version of click breaking old version of black. (#1834)
Tip revision: 672c472
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