https://github.com/GPflow/GPflow
Revision a0a343932ef060ad6caf5213cdf3257b96cb572d authored by frgsimpson on 29 July 2021, 14:47:43 UTC, committed by frgsimpson on 29 July 2021, 14:47:43 UTC
1 parent 91b640b
Raw File
Tip revision: a0a343932ef060ad6caf5213cdf3257b96cb572d authored by frgsimpson on 29 July 2021, 14:47:43 UTC
Add script
Tip revision: a0a3439
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