https://github.com/GPflow/GPflow
Revision 65a79e4d3e81d35ad421fe6ca3601c2046159af1 authored by st-- on 30 September 2020, 16:42:05 UTC, committed by GitHub on 30 September 2020, 16:42:05 UTC
* GPflow now includes an isort check in its CI build. Run with `make format` / `make format-check`.
1 parent d618fe5
Raw File
Tip revision: 65a79e4d3e81d35ad421fe6ca3601c2046159af1 authored by st-- on 30 September 2020, 16:42:05 UTC
isort for consistent imports (#1572)
Tip revision: 65a79e4
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