https://github.com/GPflow/GPflow
Revision 075fd3e1ad46202de796783ecd5c1db90f9970d8 authored by Jesper Nielsen on 01 April 2022, 13:07:46 UTC, committed by GitHub on 01 April 2022, 13:07:46 UTC
1 parent d53864c
Raw File
Tip revision: 075fd3e1ad46202de796783ecd5c1db90f9970d8 authored by Jesper Nielsen on 01 April 2022, 13:07:46 UTC
Refactor parser.py for better code reuse. (#1839)
Tip revision: 075fd3e
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