https://github.com/GPflow/GPflow
Raw File
Tip revision: 3f4604ba68504a8765333ef4724cf658f7bc6b5a authored by John Mcleod on 26 October 2021, 09:28:09 UTC
Merge pull request #1717 from GPflow/develop
Tip revision: 3f4604b
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