Revision 19a6801a8767a81e114cfabf0434ac539b1be45e authored by stefanos on 15 December 2020, 15:06:32 UTC, committed by stefanos on 15 December 2020, 15:06:32 UTC
1 parent 6150b76
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