https://github.com/GPflow/GPflow
Revision 628067417859d5f454ff491d2626e56615026fb8 authored by vdutor on 09 September 2020, 17:12:49 UTC, committed by vdutor on 09 September 2020, 17:12:49 UTC
1 parent 4af82f2
Raw File
Tip revision: 628067417859d5f454ff491d2626e56615026fb8 authored by vdutor on 09 September 2020, 17:12:49 UTC
Work
Tip revision: 6280674
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