https://github.com/GPflow/GPflow
Revision 4b72d740e745b88c229aa26fb493f134f6086f2f authored by Jesper Nielsen on 08 September 2022, 12:07:04 UTC, committed by GitHub on 08 September 2022, 12:07:04 UTC
1 parent c414876
Raw File
Tip revision: 4b72d740e745b88c229aa26fb493f134f6086f2f authored by Jesper Nielsen on 08 September 2022, 12:07:04 UTC
Paralellise building of documentation. (#1972)
Tip revision: 4b72d74
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