Add coverage run to GitHub actions
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 97fe7e9edccece441d0168df73fd8f85cdde5acd..dce72d579ace69d5370e2c13ee06bdd5d667b58d 100644 (file)
@@ -29,6 +29,8 @@ jobs:
       run: npm run lint
     - name: npm test
       run: npm test
+    - name: npm run coverage
+      run: npm run coverage
     - name: SonarCloud Scan
       uses: SonarSource/sonarcloud-github-action@master
       env: