https://github.com/GPflow/GPflow
Revision 95e4ca57fac77f700dc791f79ece570514cc3cb1 authored by Artem Artemev on 06 November 2019, 22:59:41 UTC, committed by Artem Artemev on 06 November 2019, 22:59:41 UTC
1 parent 1c80b70
Raw File
Tip revision: 95e4ca57fac77f700dc791f79ece570514cc3cb1 authored by Artem Artemev on 06 November 2019, 22:59:41 UTC
Move utility function to_default_* to utility module
Tip revision: 95e4ca5
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