https://github.com/GPflow/GPflow
Revision 1a77914af1675bdb3973180e1742e999b0da6380 authored by Jesper Nielsen on 21 April 2022, 10:04:45 UTC, committed by GitHub on 21 April 2022, 10:04:45 UTC
1 parent d090f64
Raw File
Tip revision: 1a77914af1675bdb3973180e1742e999b0da6380 authored by Jesper Nielsen on 21 April 2022, 10:04:45 UTC
Add test of documentation warnings. (#1857)
Tip revision: 1a77914
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