https://github.com/GPflow/GPflow
Revision 2e08fad5f8a8988b3568d9b965bfa848a3713989 authored by ST John on 28 January 2021, 12:34:24 UTC, committed by ST John on 28 January 2021, 12:34:24 UTC
1 parent 25d9abd
Raw File
Tip revision: 2e08fad5f8a8988b3568d9b965bfa848a3713989 authored by ST John on 28 January 2021, 12:34:24 UTC
bugfix
Tip revision: 2e08fad
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