https://github.com/GPflow/GPflow
Revision f3cc23d6214dc1682ac79bde087c27d2f59f2297 authored by vdutor on 18 February 2020, 12:39:53 UTC, committed by vdutor on 18 February 2020, 16:32:01 UTC
1 parent 96d686f
Raw File
Tip revision: f3cc23d6214dc1682ac79bde087c27d2f59f2297 authored by vdutor on 18 February 2020, 12:39:53 UTC
Overwrite multipledispatch Dispatcher
Tip revision: f3cc23d
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