https://github.com/GPflow/GPflow
Revision 718da13f2097f16c321826e8cab8997d09c620c5 authored by st-- on 24 March 2020, 21:17:03 UTC, committed by GitHub on 24 March 2020, 21:17:03 UTC
1 parent 89e573d
Raw File
Tip revision: 718da13f2097f16c321826e8cab8997d09c620c5 authored by st-- on 24 March 2020, 21:17:03 UTC
Do not install `dataclasses` for python >= 3.7 (#1355)
Tip revision: 718da13
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