Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intégration continue #10

Open
amina-sab opened this issue Mar 6, 2024 · 0 comments · May be fixed by #11
Open

Intégration continue #10

amina-sab opened this issue Mar 6, 2024 · 0 comments · May be fixed by #11

Comments

@amina-sab
Copy link
Owner

Mise en place d'une CI avec l'exécution des tests unitaires et une mesure du niveau de couverture du code. Pour cela, vous allez utiliser le package pytest-cov et définir que le niveau de couverture du code est insuffisant s'il est inférieur à 80% (pytest --cov=. --cov-fail-under=80, cf https://pytest-cov.readthedocs.io/en/latest/config.html)

@amina-sab amina-sab linked a pull request Mar 6, 2024 that will close this issue
@amina-sab amina-sab changed the title Intégration continue : Intégration continue Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant