https://github.com/GPflow/GPflow
Revision c692b65a12848de970457c7540119f7e69c39c99 authored by Jesper Nielsen on 29 November 2021, 11:19:51 UTC, committed by GitHub on 29 November 2021, 11:19:51 UTC
1 parent 1892eb1
Raw File
Tip revision: c692b65a12848de970457c7540119f7e69c39c99 authored by Jesper Nielsen on 29 November 2021, 11:19:51 UTC
Update CircleCi build to use next-gen Docker images. (#1740)
Tip revision: c692b65
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