https://github.com/GPflow/GPflow
Revision ea10dea66557e4fa8d834c6a0c0cedea74225895 authored by John Mcleod on 03 April 2020, 13:12:53 UTC, committed by GitHub on 03 April 2020, 13:12:53 UTC
1 parent 7417180
Raw File
Tip revision: ea10dea66557e4fa8d834c6a0c0cedea74225895 authored by John Mcleod on 03 April 2020, 13:12:53 UTC
Fix mypy errors -variables are not types- (#1406)
Tip revision: ea10dea
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