https://github.com/GPflow/GPflow
Revision 1b023cb0b1b8d27a3d4a3bd08a8a6e46a0b99f08 authored by Eric Hammy on 31 March 2020, 18:50:35 UTC, committed by GitHub on 31 March 2020, 18:50:35 UTC
1 parent 59f3e2c
Raw File
Tip revision: 1b023cb0b1b8d27a3d4a3bd08a8a6e46a0b99f08 authored by Eric Hammy on 31 March 2020, 18:50:35 UTC
fixup website (#1398)
Tip revision: 1b023cb
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