1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

coveralls: dont report in result generation

This commit is contained in:
Patrik J. Braun 2023-10-12 00:45:57 +02:00
parent ced2d5cf73
commit 4e5b566494
2 changed files with 1 additions and 3 deletions

View File

@ -67,8 +67,6 @@ jobs:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: E2E test - Cypress run
uses: cypress-io/github-action@v6
env:

View File

@ -15,7 +15,7 @@
"pretest": "tsc",
"test": "ng test && nyc mocha --recursive test",
"test-backend": "tsc && mocha --recursive test",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc report --reporter=text-lcov",
"start": "node ./src/backend/index",
"run-dev": "ng build --configuration=dev",
"build-stats": "ng build --stats-json",