A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://coveralls-python.readthedocs.io/en/latest/usage/tox.html below:

Usage Within Tox — coveralls-python 4.0.1 documentation

Usage Within Tox

Running coveralls-python from within a tox environment (v2.0 and above) requires an additional step; since coveralls-python relies on environment variables to function, you’ll need to configure tox to capture those variables using the passenv configuration option in your tox.ini.

For example, on TravisCI:

[tox]
envlist = py310,py311,py312

[testenv]
passenv = TRAVIS , TRAVIS_*
deps =
    coveralls
commands =
    coverage run --source=yourpackagename setup.py test
    coveralls

If you are configuring coveralls-python with environment variables, you should also pass those. See Configuration for more details.

AppVeyor
passenv = APPVEYOR , APPVEYOR_*

All variables:

BuildKite
passenv = BUILDKITE , BUILDKITE_*

All variables:

CircleCI
passenv = CIRCLECI , CIRCLE_* , CI_PULL_REQUEST

All variables:

Github Actions

All variables:

Jenkins
passenv = JENKINS_HOME , BUILD_NUMBER , GIT_BRANCH , CI_PULL_REQUEST

All variables:

TravisCI
passenv = TRAVIS , TRAVIS_*

All variables:

SemaphoreCI Classic
passenv = SEMAPHORE , SEMAPHORE_EXECUTABLE_UUID , SEMAPHORE_JOB_UUID , SEMAPHORE_BRANCH_ID , BRANCH_NAME

All variables:

2.0
passenv = SEMAPHORE , SEMAPHORE_WORKFLOW_ID , SEMAPHORE_JOB_ID , SEMAPHORE_GIT_PR_NUMBER , BRANCH_NAME

All variables:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4