https://github.com/GPflow/GPflow
Revision 66010a44f5f6d8330f817dd30bace457d0369191 authored by Vincent Dutordoir on 27 March 2020, 14:23:02 UTC, committed by GitHub on 27 March 2020, 14:23:02 UTC
* added slack badge
* prepare for release 2.0
* update contrib list 
1 parent b4168fa
Raw File
Tip revision: 66010a44f5f6d8330f817dd30bace457d0369191 authored by Vincent Dutordoir on 27 March 2020, 14:23:02 UTC
Update Readme (#1378)
Tip revision: 66010a4
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