https://github.com/GPflow/GPflow
Revision b1e7b3250876369947b38b7aa8806897a7c5e38a authored by Mark van der Wilk on 29 October 2019, 11:25:50 UTC, committed by Eric Hammy on 29 October 2019, 11:25:50 UTC
1 parent a6f3043
Raw File
Tip revision: b1e7b3250876369947b38b7aa8806897a7c5e38a authored by Mark van der Wilk on 29 October 2019, 11:25:50 UTC
Removed warnings due to weird escape characters. (#1122)
Tip revision: b1e7b32
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