https://github.com/GPflow/GPflow
Revision 5442883d138d60ddf44f69afbad2b550f0fe5f39 authored by st-- on 26 October 2021, 09:03:27 UTC, committed by GitHub on 26 October 2021, 09:03:27 UTC
1 parent d015286
Raw File
Tip revision: 5442883d138d60ddf44f69afbad2b550f0fe5f39 authored by st-- on 26 October 2021, 09:03:27 UTC
attempt to fix #1721 (#1727)
Tip revision: 5442883
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