Mise à jour de '.drone.yml'

Tests
Lucas DELANIER 2 years ago
parent 1ce81289c8
commit abcbb391d6

@ -13,4 +13,6 @@ steps:
settings: settings:
sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_host: https://codefirst.iut.uca.fr/sonar/
sonar_token: sonar_token:
from_secret: SONAR_TOKEN from_secret: SONAR_TOKEN
- name: Test and coverage
run: npm jest --coverage
Loading…
Cancel
Save