Revision 380ce0f4a79b1027f77b3b9c923536461a753c69 authored by ST John on 15 March 2021, 15:56:14 UTC, committed by ST John on 15 March 2021, 15:56:14 UTC
1 parent 984b400
Raw File
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