https://github.com/GPflow/GPflow
Revision 1da0426667dcd0ed51cad29cc77ff7ab222d045a authored by Jesper Nielsen on 24 March 2022, 16:15:16 UTC, committed by GitHub on 24 March 2022, 16:15:16 UTC
1 parent 87c4e73
Raw File
Tip revision: 1da0426667dcd0ed51cad29cc77ff7ab222d045a authored by Jesper Nielsen on 24 March 2022, 16:15:16 UTC
Remove numpydoc and fix unexpected sections. (#1829)
Tip revision: 1da0426
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