https://github.com/GPflow/GPflow
Revision 30824d289f8ee3f58d4249238c8b7267e6a0b2fc authored by Artem Artemev on 27 March 2020, 18:15:25 UTC, committed by GitHub on 27 March 2020, 18:15:25 UTC
1 parent 0d97bc0
Raw File
Tip revision: 30824d289f8ee3f58d4249238c8b7267e6a0b2fc authored by Artem Artemev on 27 March 2020, 18:15:25 UTC
Cleaning some todo (#1347)
Tip revision: 30824d2
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