generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(ci): Enable coveralls coverage reporting
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,20 @@ jobs: | |
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Perfrom ESLint check | ||
run: npm run lint | ||
|
||
- name: Perfrom Licenses check | ||
run: npm run check-licenses | ||
|
||
- name: Perform dependency check | ||
run: npm run depcheck | ||
|
||
- name: Perform checks and tests | ||
run: npm test | ||
env: | ||
NODE_OPTIONS: "" | ||
- name: Perform build | ||
run: npm run build-test | ||
|
||
- name: Run unit tests | ||
run: npm run coverage | ||
|
||
- name: Send report to Coveralls for package @ui5/middleware-code-coverage | ||
uses: coverallsapp/[email protected] |