diff --git a/.drone.yml b/.drone.yml index b69324b..0adf807 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,4 +13,6 @@ steps: settings: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: - from_secret: SONAR_TOKEN \ No newline at end of file + from_secret: SONAR_TOKEN + - name: Test and coverage + run: npm jest --coverage \ No newline at end of file