diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-29 06:56:56 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-29 07:41:39 -0500 |
| commit | e955f106134029e2b8991a3ad1299377b73a0e55 (patch) | |
| tree | bacf14a3d40fbf52527e623663e22dede2b8b7ef /.github/workflows/coverage.yml | |
| parent | aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d (diff) | |
| download | python-coveragepy-git-e955f106134029e2b8991a3ad1299377b73a0e55.tar.gz | |
test: colored pytest output in GitHub Actions
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5130e3ff..aa740fa5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,6 +18,7 @@ defaults: env: PIP_DISABLE_PIP_VERSION_CHECK: 1 + FORCE_COLOR: 1 # Get colored pytest output permissions: contents: read |
