https://github.com/GPflow/GPflow
Revision 7e95937288a544b77a1476cf42e3e694f5c00ecc authored by Jesper Nielsen on 12 July 2022, 11:02:03 UTC, committed by GitHub on 12 July 2022, 11:02:03 UTC
1 parent dd5a01e
Raw File
Tip revision: 7e95937288a544b77a1476cf42e3e694f5c00ecc authored by Jesper Nielsen on 12 July 2022, 11:02:03 UTC
Add shape checks to all of GPflow. (#1934)
Tip revision: 7e95937
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/sphinx/notebooks/*"
back to top