https://github.com/GPflow/GPflow
Revision b035b2114195270d6d503eb7650ff64a6736b8ca authored by Artem Artemev on 20 February 2020, 11:25:43 UTC, committed by GitHub on 20 February 2020, 11:25:43 UTC
1 parent 72531a7
Raw File
Tip revision: b035b2114195270d6d503eb7650ff64a6736b8ca authored by Artem Artemev on 20 February 2020, 11:25:43 UTC
Config accepts environment variables (#1262)
Tip revision: b035b21
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