swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: 95bf01cab650bf6d58330bf2ad00a1946f21ea11 authored by ST John on 15 March 2021, 15:00:40 UTC
remove --use-feature=2020-resolver (will become an error in pip 21.0)
Tip revision: 95bf01c
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