https://github.com/GPflow/GPflow
Revision 04da110b793650c5582e0f7ccdcbc3d3081e4049 authored by Jesper Nielsen on 30 March 2022, 10:37:12 UTC, committed by GitHub on 30 March 2022, 10:37:12 UTC
1 parent 506f025
Raw File
Tip revision: 04da110b793650c5582e0f7ccdcbc3d3081e4049 authored by Jesper Nielsen on 30 March 2022, 10:37:12 UTC
Programatically determine line numbers for tests. (#1837)
Tip revision: 04da110
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