refacto structure

This commit is contained in:
Florian Bezannier
2022-03-16 19:57:56 +01:00
parent e4eff95966
commit 08984e22ef
233 changed files with 1934 additions and 1303 deletions
+1
View File
@@ -32,5 +32,6 @@ jobs:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: |
echo Test
prospector
coverage run -m unittest || exit 1
[ -n "$CODACY_PROJECT_TOKEN" ] && coverage combine && coverage xml -o cobertura.xml && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml