https://github.com/GPflow/GPflow
Revision 405eb97dd30cb43f02501b58b581f2608eb6e43e authored by st-- on 19 March 2021, 14:04:42 UTC, committed by GitHub on 19 March 2021, 14:04:42 UTC
* reorganization of structure
* update maintainers
* update project list, including link to signature covariances project
* table of contents
1 parent 629e7b2
Raw File
Tip revision: 405eb97dd30cb43f02501b58b581f2608eb6e43e authored by st-- on 19 March 2021, 14:04:42 UTC
Update README.md (#1603)
Tip revision: 405eb97
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