https://github.com/GPflow/GPflow
Revision 797fed13c59f02ed668b4fee4a38e4375e86e28c authored by st-- on 03 February 2021, 12:38:37 UTC, committed by GitHub on 03 February 2021, 12:38:37 UTC
1 parent bc04306
Raw File
Tip revision: 797fed13c59f02ed668b4fee4a38e4375e86e28c authored by st-- on 03 February 2021, 12:38:37 UTC
Mypy build fix (#1637)
Tip revision: 797fed1
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