https://github.com/GPflow/GPflow
Revision 82f2db4322e669c5a9dcd8038ced489ac2ebc045 authored by joelberkeley-pio on 20 April 2020, 22:03:27 UTC, committed by GitHub on 20 April 2020, 22:03:27 UTC
1 parent e1a3fa3
Raw File
Tip revision: 82f2db4322e669c5a9dcd8038ced489ac2ebc045 authored by joelberkeley-pio on 20 April 2020, 22:03:27 UTC
remove comment (#1441)
Tip revision: 82f2db4
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