https://github.com/GPflow/GPflow
Revision 984185ad8dd7698c03d10397c71447539dc62a5e authored by st-- on 24 March 2022, 10:18:08 UTC, committed by GitHub on 24 March 2022, 10:18:08 UTC
1 parent cc7ed07
Raw File
Tip revision: 984185ad8dd7698c03d10397c71447539dc62a5e authored by st-- on 24 March 2022, 10:18:08 UTC
fix typo (#1824)
Tip revision: 984185a
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