Revision 9c18dfac3d91fdfe5645c4237237461cb2f59b09 authored by stefanos on 17 December 2020, 17:17:57 UTC, committed by stefanos on 17 December 2020, 17:17:57 UTC
1 parent 23e532a
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