swh:1:snp:93431e0de56bff942fc37a8298daad635afceed0
Raw File
Tip revision: 3a19e7e214e8298a36060fa146e43f38bd1249a3 authored by Jesper Nielsen on 06 January 2022, 12:01:26 UTC
Remove the allow_unused_variables parameter.
Tip revision: 3a19e7e
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