https://github.com/GPflow/GPflow
Revision a8ee4ae5521f80e45a3609eccfccbe5441172661 authored by John Mcleod on 22 April 2021, 21:45:22 UTC, committed by GitHub on 22 April 2021, 21:45:22 UTC
1 parent 1e1de82
Raw File
Tip revision: a8ee4ae5521f80e45a3609eccfccbe5441172661 authored by John Mcleod on 22 April 2021, 21:45:22 UTC
Update HOWTO_RELEASE.md. (#1670)
Tip revision: a8ee4ae
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