Skip to content

πŸ’…πŸΏπŸ”¨ Improve output #27

πŸ’…πŸΏπŸ”¨ Improve output

πŸ’…πŸΏπŸ”¨ Improve output #27

Workflow file for this run

name: Tests
on: push
jobs:
actions:
runs-on: ubuntu-latest
steps:
- name: Copia repositorio
uses: actions/checkout@main
- name: Construye imagen
run: docker build --tag islasgeci .
- name: Verifica el formato
run: docker run islasgeci make check
- name: Corre pruebas y evalΓΊa cobertura
run: docker run islasgeci make coverage
- name: Corre mutation testing
run: docker run islasgeci make mutants