https://github.com/GPflow/GPflow
Revision 3669d135239bd53f3da1e73cf1e9cc855b1b485e authored by joelberkeley-pio on 11 June 2020, 13:18:56 UTC, committed by GitHub on 11 June 2020, 13:18:56 UTC
1 parent 7db2276
Raw File
Tip revision: 3669d135239bd53f3da1e73cf1e9cc855b1b485e authored by joelberkeley-pio on 11 June 2020, 13:18:56 UTC
bump version to 2.0.5 (#1504)
Tip revision: 3669d13
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