Skip to content

Bump coverage from 7.14.1 to 7.14.3#33

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/coverage-7.14.3
Open

Bump coverage from 7.14.1 to 7.14.3#33
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/coverage-7.14.3

Bump coverage from 7.14.1 to 7.14.3

e2b1e93
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 25, 2026 in 5m 45s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/pip/coverage-7.14.3 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python OS State
153.1 3.10 Linux passed
153.2 3.11 Linux passed
153.3 3.12 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.10, 3.11, 3.12
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "if": "type != pull_request",
  "python": [
    "3.10",
    "3.11",
    "3.12"
  ],
  "install": [
    "python -m pip install --upgrade pip",
    "python -m pip install \"poetry==2.3.4\"",
    "poetry install --no-interaction --no-ansi"
  ],
  "script": [
    "poetry run pytest"
  ]
}