https://github.com/GPflow/GPflow
Revision 7b550b712a4ff031d8b4063ba4d910ab5a3ef5c6 authored by st-- on 29 January 2020, 12:19:45 UTC, committed by GitHub on 29 January 2020, 12:19:45 UTC
1 parent f49e110
Raw File
Tip revision: 7b550b712a4ff031d8b4063ba4d910ab5a3ef5c6 authored by st-- on 29 January 2020, 12:19:45 UTC
Make it clearer to users that we would welcome feedback on pain points & design quirks as well as "obvious" bugs (#1227)
Tip revision: 7b550b7
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