https://github.com/GPflow/GPflow
Revision ca3b8546f70fc2c201bbc5a8c143fbcd3f3b30d3 authored by st-- on 20 April 2020, 07:43:57 UTC, committed by GitHub on 20 April 2020, 07:43:57 UTC
1 parent 3fc050d
Raw File
Tip revision: ca3b8546f70fc2c201bbc5a8c143fbcd3f3b30d3 authored by st-- on 20 April 2020, 07:43:57 UTC
add long_description and project_urls to setup.py (#1438)
Tip revision: ca3b854
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