https://github.com/GPflow/GPflow
Revision 4e6a2162bf27d6f23a9f82d0bb55dcca1213f1c9 authored by ST John on 03 December 2020, 16:34:07 UTC, committed by ST John on 03 December 2020, 16:34:07 UTC
1 parent 4d0a1c2
Raw File
Tip revision: 4e6a2162bf27d6f23a9f82d0bb55dcca1213f1c9 authored by ST John on 03 December 2020, 16:34:07 UTC
fixes
Tip revision: 4e6a216
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