Skip to content

Bump pytest-cov from 5.0.0 to 6.0.0 #196

Bump pytest-cov from 5.0.0 to 6.0.0

Bump pytest-cov from 5.0.0 to 6.0.0 #196

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
CI:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Build
uses: docker/[email protected]
- name: Build current Docker image with tests
run: |
docker build --target test -t zephir-api2:test .