https://github.com/GPflow/GPflow
Revision 79dfb5bb9ee9f34500ea565d42de99efb6faeded authored by Gustavo Carvalho on 10 December 2020, 14:55:11 UTC, committed by Gustavo Carvalho on 10 December 2020, 14:55:11 UTC
1 parent 60e19f8
Raw File
Tip revision: 79dfb5bb9ee9f34500ea565d42de99efb6faeded authored by Gustavo Carvalho on 10 December 2020, 14:55:11 UTC
new branch
Tip revision: 79dfb5b
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