https://github.com/GPflow/GPflow
Revision f9eb1238813d61f181d8481a594209caa83e5abe authored by st-- on 13 August 2020, 11:46:44 UTC, committed by GitHub on 13 August 2020, 11:46:44 UTC
Enables pytest-xdist for locally running tests (`make test`) on multiple cores in parallel.
1 parent 6bb7df9
Raw File
Tip revision: f9eb1238813d61f181d8481a594209caa83e5abe authored by st-- on 13 August 2020, 11:46:44 UTC
Re-introduce pytest-xdist (#1541)
Tip revision: f9eb123
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