Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 #57

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #57

Workflow file for this run

name: Pasa tests de cobertura
on: [push]
jobs:
build:
name: Cobertura
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Instalación general
run: npm ci
- name: Ejecuta tests de cobertura
run: npm run coverage
- name: Crea los informes
run: npm run coverage-reports