From abcbb391d6889bb48e42037576c22800ae4de92d Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sat, 18 Mar 2023 23:45:30 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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