https://github.com/GPflow/GPflow
Revision 08739ce2b29fbe5ea5fdf0dcadbaa88ed95e7882 authored by Mark van der Wilk on 02 May 2020, 18:11:17 UTC, committed by GitHub on 02 May 2020, 18:11:17 UTC
1 parent 8b24183
Raw File
Tip revision: 08739ce2b29fbe5ea5fdf0dcadbaa88ed95e7882 authored by Mark van der Wilk on 02 May 2020, 18:11:17 UTC
Removed unusued imports. (#1450)
Tip revision: 08739ce
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