https://github.com/GPflow/GPflow
Revision cd55917f0b933a9a294259552b5dfc8f1536011c authored by st-- on 15 January 2020, 11:01:56 UTC, committed by Artem Artemev on 15 January 2020, 11:01:56 UTC
1 parent 4a3bd56
Raw File
Tip revision: cd55917f0b933a9a294259552b5dfc8f1536011c authored by st-- on 15 January 2020, 11:01:56 UTC
Skip tests more selectively (#1194)
Tip revision: cd55917
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/source/notebooks/*"
back to top