Skip to content

Commit

Permalink
👾🔨👷 Add place holder for mutation testin
Browse files Browse the repository at this point in the history
  • Loading branch information
nepito authored Feb 21, 2024
1 parent 0c175d8 commit 5dd4b98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
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
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ init: setup tests
git config --global user.name "Ciencia de Datos • GECI"
git config --global user.email "ciencia.datos@islas.org.mx"

mutants:
echo "En espera del doctorado de Evaristo 👾🎉🎓"


setup: clean install

red: format
Expand Down

0 comments on commit 5dd4b98

Please sign in to comment.