diff --git a/.drone.yml b/.drone.yml index 85ed8fd..d54f5e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,5 +14,5 @@ steps: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: from_secret: SONAR_TOKEN -- name: Test and coverage - run: npm jest --coverage \ No newline at end of file + - name: Test and coverage + run: npm jest --coverage \ No newline at end of file