https://github.com/GPflow/GPflow
Revision 22c6666fe4c760130b1785d27ff9cec2546a86fd authored by Jesper Nielsen on 28 June 2022, 14:06:14 UTC, committed by GitHub on 28 June 2022, 14:06:14 UTC
1 parent f67470e
Raw File
Tip revision: 22c6666fe4c760130b1785d27ff9cec2546a86fd authored by Jesper Nielsen on 28 June 2022, 14:06:14 UTC
Consistently raise errors where full_output_cov isn't supported. (#1918)
Tip revision: 22c6666
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