https://github.com/GPflow/GPflow
Revision f282e011b7008ba2448625d648838364975f852c authored by Joe Hall on 12 November 2019, 13:06:18 UTC, committed by Artem Artemev on 12 November 2019, 13:06:18 UTC
1 parent ff339f8
Raw File
Tip revision: f282e011b7008ba2448625d648838364975f852c authored by Joe Hall on 12 November 2019, 13:06:18 UTC
Minor fix in README.md (#1143)
Tip revision: f282e01
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