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:
parent
ced2d5cf73
commit
4e5b566494
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user