https://github.com/GPflow/GPflow
Revision 741718051b4d2298958cc4a0326ad46aaec18b40 authored by st-- on 02 April 2020, 11:49:10 UTC, committed by GitHub on 02 April 2020, 11:49:10 UTC
1 parent 4dddadc
Raw File
Tip revision: 741718051b4d2298958cc4a0326ad46aaec18b40 authored by st-- on 02 April 2020, 11:49:10 UTC
update README for 2.0 release (#1401)
Tip revision: 7417180
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