#!/bin/bash

./script/auto-reload-package
pytest --debug=trace --cov=epitech_console --cov-report=html
xdg-open htmlcov/index.html
rm -f .coverage
