https://github.com/GPflow/GPflow
Revision b32d13a9e3c681028143919f470101cdcad64545 authored by Artem Artemev on 22 March 2020, 16:33:47 UTC, committed by GitHub on 22 March 2020, 16:33:47 UTC
1 parent aaf9339
Raw File
Tip revision: b32d13a9e3c681028143919f470101cdcad64545 authored by Artem Artemev on 22 March 2020, 16:33:47 UTC
Black formatting is missing for documentation and setup.py (#1349)
Tip revision: b32d13a
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