Revision 51ba7d92d343e04d92fd5551e6cd5de5b7938e1b authored by Gustavo Carvalho on 02 September 2020, 17:56:20 UTC, committed by Gustavo Carvalho on 02 September 2020, 17:56:20 UTC
1 parent ced9428
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