Skip to content

Bump @cypress/code-coverage from 3.9.5 to 3.11.0 #1703

Bump @cypress/code-coverage from 3.9.5 to 3.11.0

Bump @cypress/code-coverage from 3.9.5 to 3.11.0 #1703

Workflow file for this run

name: PR Tasks
on:
pull_request:
branches:
- master
jobs:
cleanup-branch:
name: Post-Merge Branch Cleanup
runs-on: ubuntu-latest
steps:
- uses: jessfraz/branch-cleanup-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}