https://github.com/GPflow/GPflow
Revision 167973b225176442496e20f7e934a504e2c5c00a authored by joelberkeley-pio on 25 February 2020, 16:13:08 UTC, committed by GitHub on 25 February 2020, 16:13:08 UTC
1 parent 7c851ec
Raw File
Tip revision: 167973b225176442496e20f7e934a504e2c5c00a authored by joelberkeley-pio on 25 February 2020, 16:13:08 UTC
Preserve types in deepcopy (#1285)
Tip revision: 167973b
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