https://github.com/GPflow/GPflow
Revision 8a73e6daac7f03f4c4af19113e91ab7cfd0b5efa authored by st-- on 22 January 2020, 11:35:49 UTC, committed by GitHub on 22 January 2020, 11:35:49 UTC
* Restructure "GPflow Community" section in README.md

* Update README.md installation instructions
1 parent e2572c5
Raw File
Tip revision: 8a73e6daac7f03f4c4af19113e91ab7cfd0b5efa authored by st-- on 22 January 2020, 11:35:49 UTC
Update README.md: GPflow slack invite, stackoverflow vs github issues, installation instructions (#1225)
Tip revision: 8a73e6d
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