Revision 955c19ac801cbe8a741cc011115cbe03bad8f40e authored by st-- on 02 July 2020, 10:23:03 UTC, committed by GitHub on 02 July 2020, 10:23:03 UTC
2 parent s d1351a2 + 965189d
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